MyUserPhones.fromJson constructor

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

Constructs the MyUserPhones from the provided json.

Implementation

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