toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (condition != null) 'condition': condition!,
  if (id != null) 'id': id!,
  if (sourcePhases != null) 'sourcePhases': sourcePhases!,
  if (wait != null) 'wait': wait!,
};