OAuthFlows.fromJson constructor

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

Implementation

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