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