toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (actions != null) 'actions': actions!,
      if (id != null) 'id': id!,
      if (invokers != null) 'invokers': invokers!,
      if (timeWindows != null) 'timeWindows': timeWindows!,
    };