title property
Represents advisory information about the element.
Implementation
@override
String? get title =>
(props[_$key__title___$UbiquitousDomPropsMixin] ?? null) as String?;
Represents advisory information about the element.
@override
String? get title =>
(props[_$key__title___$UbiquitousDomPropsMixin] ?? null) as String?;