toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (add != null) 'add': add!,
  if (remove != null) 'remove': remove!,
  if (set != null) 'set': set!,
};