isInternal property
bool
get
isInternal
Option is used for internal configuration and should never be displayed in the UI.
Implementation
bool get isInternal => _wrapped.isInternal;
set
isInternal
(bool v)
Implementation
set isInternal(bool v) {
_wrapped.isInternal = v;
}