toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (fieldChanges != null) 'fieldChanges': fieldChanges!,
      if (label != null) 'label': label!,
      if (title != null) 'title': title!,
      if (types != null) 'types': types!,
    };