toJson method
Implementation
@override
Object toJson() => {
if (colabImage != null) 'colabImage': colabImage!.toJson(),
if (env.isNotDefault) 'env': encodeList(env),
if (postStartupScriptConfig != null)
'postStartupScriptConfig': postStartupScriptConfig!.toJson(),
};