Oauth.fromJson constructor
Oauth.fromJson(
- Map json_
Implementation
Oauth.fromJson(core.Map json_)
: this(clientId: json_['clientId'] as core.String?);
Oauth.fromJson(core.Map json_)
: this(clientId: json_['clientId'] as core.String?);