parentId property
String
get
parentId
The unique identifier of the parent display. Empty if this is the root.
Implementation
String get parentId => _wrapped.parentId;
set
parentId
(String v)
Implementation
set parentId(String v) {
_wrapped.parentId = v;
}