toJson method
Implementation
@override
Object toJson() => {
if (colabImage case final colabImage?) 'colabImage': colabImage.toJson(),
if (env.isNotDefault) 'env': [for (final i in env) i.toJson()],
if (postStartupScriptConfig case final postStartupScriptConfig?)
'postStartupScriptConfig': postStartupScriptConfig.toJson(),
};