AuthResponseModel.fromRawJson constructor
AuthResponseModel.fromRawJson(
- String str
Implementation
factory AuthResponseModel.fromRawJson(String str) => AuthResponseModel.fromJson(json.decode(str));
factory AuthResponseModel.fromRawJson(String str) => AuthResponseModel.fromJson(json.decode(str));