isDebugBuild property

bool get isDebugBuild

Whether commands that change the app are allowed.

Implementation

static bool get isDebugBuild => debugBuildOverride ?? kDebugMode;