toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (basepath != null) 'basepath': basepath!,
  if (deploymentGroup != null) 'deploymentGroup': deploymentGroup!,
  if (envGroupRevision != null) 'envGroupRevision': envGroupRevision!,
  if (environment != null) 'environment': environment!,
  if (otherTargets != null) 'otherTargets': otherTargets!,
  if (receiver != null) 'receiver': receiver!,
  if (updateTime != null) 'updateTime': updateTime!,
};