OAuthError.fromJson constructor

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

Implementation

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