MyUserEmails.fromJson constructor

MyUserEmails.fromJson(
  1. Map<String, dynamic> json
)

Constructs the MyUserEmails from the provided json.

Implementation

factory MyUserEmails.fromJson(Map<String, dynamic> json) =>
    _$MyUserEmailsFromJson(json);