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