empty property

bool get empty

Check if there is a platform for this flavor

Implementation

bool get empty => linux == null && windows == null && macos == null;