AuthCredentialResponse.fromJson constructor

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

Implementation

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