toJson method

  1. @override
Object toJson()
override

Implementation

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