hasLinux property

bool get hasLinux

Implementation

bool get hasLinux =>
    linux != null && linux!.enabled != null ? linux!.enabled! : false;