AuthResp.fromJson constructor

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

Implementation

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