Contact.fromJson constructor

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

Creates a Contact object from json.

Implementation

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