empty property
bool
get
empty
Check if there is a platform for this flavor
Implementation
bool get empty => linux == null && windows == null && macos == null;
Check if there is a platform for this flavor
bool get empty => linux == null && windows == null && macos == null;