m4e_sdk
m4e_sdk
M4ePhoneNumber
toJson method
toJson
m4e_sdk
m4e_sdk
M4ePhoneNumber
toJson method
M4ePhoneNumber class
Constructors
M4ePhoneNumber
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, }; }