@override Object toJson() => { 'minValue': minValue.toString(), 'maxValue': maxValue.toString(), 'defaultValue': ?defaultValue?.toString(), };