toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (filterable != null) 'filterable': filterable!,
      if (longValues != null) 'longValues': longValues!,
      if (stringValues != null) 'stringValues': stringValues!,
    };