isInternal property

bool get isInternal

True if this is an internal display.

Implementation

bool get isInternal => _wrapped.isInternal;
set isInternal (bool v)

Implementation

set isInternal(bool v) {
  _wrapped.isInternal = v;
}