AuthGetResponse.fromJson constructor

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

Implementation

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