toJson method

Object toJson()

Implementation

Object toJson() =>
    {'category': category.toJson(), 'threshold': threshold.toJson()};