AuthResponseModel.fromRawJson constructor

AuthResponseModel.fromRawJson(
  1. String str
)

Implementation

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