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