toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (containerImage != null) 'containerImage': containerImage!,
      if (environmentId != null) 'environmentId': environmentId!,
      if (useSingleCorePerContainer != null)
        'useSingleCorePerContainer': useSingleCorePerContainer!,
    };