htmlIs property

  1. @override
  2. @Accessor(key: 'is')
String? htmlIs

Implementation

@override
@Accessor(key: 'is')
String? get htmlIs =>
    (props[_$key__htmlIs___$DomPropsMixin] ?? null) as String?;
  1. @override
  2. @Accessor(key: 'is')
void htmlIs=(String? value)

Implementation

@override
@Accessor(key: 'is')
set htmlIs(String? value) => props[_$key__htmlIs___$DomPropsMixin] = value;