isDebugBuild property
bool
get
isDebugBuild
Whether commands that change the app are allowed.
Implementation
static bool get isDebugBuild => debugBuildOverride ?? kDebugMode;
Whether commands that change the app are allowed.
static bool get isDebugBuild => debugBuildOverride ?? kDebugMode;