OauthResponse.fromJson constructor

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

Implementation

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