AuthResponse.fromJson constructor

  1. @Deprecated('Use LoginOTPResponse from auth_models.dart instead')
AuthResponse.fromJson(
  1. Map<String, dynamic> json
)

Implementation

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