Contacts$Query.fromJson constructor

Contacts$Query.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Contacts$Query.fromJson(Map<String, dynamic> json) =>
    _$Contacts$QueryFromJson(json);