toJson method

Map<String, dynamic> toJson()

Implementation

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