toJson method

Object toJson()

Convert to json format.

Implementation

Object toJson() => {
      'category': category.toJson(),
      'threshold': threshold.toJson(),
      if (method case final method?) 'method': method.toJson(),
    };