OAuthFlows.fromJson constructor
Creates an OAuthFlows from a JSON object.
Implementation
factory OAuthFlows.fromJson(Map<String, dynamic> json) =>
_$OAuthFlowsFromJson(json);
Creates an OAuthFlows from a JSON object.
factory OAuthFlows.fromJson(Map<String, dynamic> json) =>
_$OAuthFlowsFromJson(json);