AuthResponse.fromJson constructor
Implementation
@Deprecated('Use LoginOTPResponse from auth_models.dart instead')
factory AuthResponse.fromJson(Map<String, dynamic> json) =>
_$AuthResponseFromJson(json);
@Deprecated('Use LoginOTPResponse from auth_models.dart instead')
factory AuthResponse.fromJson(Map<String, dynamic> json) =>
_$AuthResponseFromJson(json);