OAuthFlow.fromJson constructor

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

Creates an OAuthFlow from a JSON object.

Implementation

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