m4e_sdk
m4e_sdk
CacheException
CacheException const constructor
CacheException
m4e_sdk
m4e_sdk
CacheException
CacheException const constructor
CacheException class
Constructors
CacheException
Properties
code
message
props
hashCode
runtimeType
stringify
Methods
toString
noSuchMethod
Operators
operator ==
CacheException
constructor
const
CacheException
(
{
@required
ExceptionCode
code
,
@required
String
message
})
Implementation
const CacheException({@required this.code, @required this.message});