fromJson static method

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

Implementation

static OAuth2Config fromJson(Map<String, dynamic> json) =>
    _$OAuth2ConfigFromJson(json);