toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (config != null) 'config': config!,
if (serviceAccount != null) 'serviceAccount': serviceAccount!,
if (serviceAccountProject != null)
'serviceAccountProject': serviceAccountProject!,
};