String? get href { return _getAttributeResolvedUri('href') ?? ''; }
set href(String? value) { _setAttribute('href', value); }