AuthConfig_GoogleServiceAccountConfig.fromJson constructor
Implementation
factory AuthConfig_GoogleServiceAccountConfig.fromJson(
Map<String, dynamic> json,
) {
return AuthConfig_GoogleServiceAccountConfig(
serviceAccount: json['serviceAccount'] ?? '',
);
}