m4e_sdk
m4e_sdk
M4eErrorResponse
toJson method
toJson
m4e_sdk
m4e_sdk
M4eErrorResponse
toJson method
M4eErrorResponse class
Constructors
M4eErrorResponse
fromJson
Properties
error
props
hashCode
runtimeType
stringify
Methods
toJson
noSuchMethod
toString
Operators
operator ==
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return { 'error': this.error, }; }