toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (colabImage != null) 'colabImage': colabImage!,
  if (env != null) 'env': env!,
  if (postStartupScriptConfig != null)
    'postStartupScriptConfig': postStartupScriptConfig!,
};