isAdvanced property

bool get isAdvanced

UI should not display this option by default.

Implementation

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

Implementation

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