hasWindows property

bool get hasWindows

Implementation

bool get hasWindows =>
    windows != null && windows!.enabled != null ? windows!.enabled! : false;