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