@override String? get max => _getAttribute('max');
@override set max(String? value) { _setAttribute('max', value); }