isAvailable property

bool get isAvailable

Implementation

bool get isAvailable =>
    $js.chrome.enterpriseNullable?.networkingAttributesNullable != null &&
    alwaysTrue;