fromJson static method

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

Create a new instance from a json

Implementation

static QueryUsersResponse fromJson(Map<String, dynamic> json) =>
    _$QueryUsersResponseFromJson(json);