ContactInfo.fromJson constructor

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

Implementation

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