toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (fieldModifications != null) 'fieldModifications': fieldModifications!,
  if (kind != null) 'kind': kind!,
  if (labelId != null) 'labelId': labelId!,
  if (removeLabel != null) 'removeLabel': removeLabel!,
};