The unique identifier for the item.
String get id => _wrapped.id;
set id(String v) { _wrapped.id = v; }