flutter_contacts
note
Note
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => <String, dynamic>{'note': note};
flutter_contacts
note
Note
toJson method
Note class
Constructors
Note
fromJson
Properties
hashCode
note
runtimeType
Methods
noSuchMethod
toJson
toString
toVCard
Operators
operator ==