flutter_contacts
name
Name
Name.fromJson factory constructor
Name.fromJson
flutter_contacts
name
Name
Name.fromJson factory constructor
Name class
Constructors
Name
fromJson
Properties
first
firstPhonetic
hashCode
last
lastPhonetic
middle
middlePhonetic
nickname
prefix
runtimeType
suffix
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Name.fromJson
constructor
Name.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Name.fromJson(Map<String, dynamic> json) => _$NameFromJson(json);