id property
Unique identifier. Must be unique amongst all the ids, and contain at least one character.
Implementation
@override
String? get id =>
    (props[_$key__id___$UbiquitousDomPropsMixin] ?? null) as String?;Unique identifier. Must be unique amongst all the ids, and contain at least one character.
@override
String? get id =>
    (props[_$key__id___$UbiquitousDomPropsMixin] ?? null) as String?;