flutter_contacts
note
Note
Note.fromJson factory constructor
Note.fromJson
flutter_contacts
note
Note
Note.fromJson factory constructor
Note class
Constructors
Note
fromJson
Properties
hashCode
note
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Note.fromJson
constructor
Note.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Note.fromJson(Map<String, dynamic> json) => _$NoteFromJson(json);