toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (appendMissingElements != null)
    'appendMissingElements': appendMissingElements!,
  if (increment != null) 'increment': increment!,
  if (maximum != null) 'maximum': maximum!,
  if (minimum != null) 'minimum': minimum!,
  if (property != null) 'property': property!,
  if (removeAllFromArray != null) 'removeAllFromArray': removeAllFromArray!,
  if (setToServerValue != null) 'setToServerValue': setToServerValue!,
};