isWeb property

bool get isWeb

Implementation

bool get isWeb => _isWeb;
set isWeb (bool status)

Implementation

set isWeb(bool status) {
  _isWeb = status;
}