OAuthFlows.fromJson constructor

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

Creates an OAuthFlows from a JSON object.

Implementation

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