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