AuthenticateResponse.fromJson constructor

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

Implementation

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