$ServiceAccountAuthConfig.fromJson constructor
$ServiceAccountAuthConfig.fromJson(
- Map json_
Implementation
$ServiceAccountAuthConfig.fromJson(core.Map json_)
: this(serviceAccount: json_['serviceAccount'] as core.String?);