disabled property

bool? disabled
getter/setter pair

Whether the app is disabled.

When disabled, the app data is still preserved.

Implementation

core.bool? disabled;