toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (expectedNextState != null) 'expectedNextState': expectedNextState!,
  if (labels != null) 'labels': labels!,
  if (locations != null) 'locations': locations!,
  if (name != null) 'name': name!,
  if (nextStateOfTags != null) 'nextStateOfTags': nextStateOfTags!,
  if (service != null) 'service': service!,
  if (type != null) 'type': type!,
};