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