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