Contact.fromJson constructor

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

Creates a Contact from a JSON object.

Implementation

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