toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (fromPath != null) 'fromPath': fromPath!,
  if (op != null) 'op': op!,
  if (path != null) 'path': path!,
  if (value != null) 'value': value!,
};