toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (ets != null) 'ets': ets!,
  if (prebuiltRule != null) 'prebuiltRule': prebuiltRule!,
  if (rawJson != null) 'rawJson': rawJson!,
  if (uri != null) 'uri': uri!,
  if (userEvent != null) 'userEvent': userEvent!,
};