OAuthResponse.fromJson constructor

OAuthResponse.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory OAuthResponse.fromJson(Map<String, Object?> json) =>
    _$OAuthResponseFromJson(json);