hasSnap property
bool
get
hasSnap
Gets or sets a value indicating whether the current environment is a Snap environment.
Implementation
static bool get hasSnap => _hasSnap;
set
hasSnap
(bool value)
Implementation
static set hasSnap(bool value) {
_hasSnap = value;
}