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