isApp property

bool get isApp

True if this is an app.

Implementation

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

Implementation

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