isProtected property
bool
get
isProtected
Whether destructive commands must be confirmed with --force here.
Implementation
bool get isProtected => this != AppEnvironment.local;
Whether destructive commands must be confirmed with --force here.
bool get isProtected => this != AppEnvironment.local;