MyUserPhones.fromJson constructor
Constructs the MyUserPhones from the provided json
.
Implementation
factory MyUserPhones.fromJson(Map<String, dynamic> json) =>
_$MyUserPhonesFromJson(json);
Constructs the MyUserPhones from the provided json
.
factory MyUserPhones.fromJson(Map<String, dynamic> json) =>
_$MyUserPhonesFromJson(json);