TelephoneNumber.fromJson constructor

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

Implementation

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