Oauth.fromJson constructor

Oauth.fromJson(
  1. Map json_
)

Implementation

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