AuthenticateResponse.fromJson constructor

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

Implementation

AuthenticateResponse.fromJson(Map<String, dynamic> json) {
  fromMap(json);
}