menu
flutter_contacts
note
Note
Note.fromJson factory constructor
Note.fromJson
brightness_4
brightness_5
Note.fromJson
constructor
Note.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Note.fromJson(Map<String, dynamic> json) => Note((json['note'] as String?) ?? '');
flutter_contacts
note
Note
Note.fromJson factory constructor
Note class
Constructors
Note
fromJson
Properties
hashCode
note
runtimeType
Methods
noSuchMethod
toJson
toString
toVCard
Operators
operator ==