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