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