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