isUnixLike top-level property
bool
get
isUnixLike
True if the current operating system is Linux or macOS.
Implementation
bool get isUnixLike => (Platform.isLinux || Platform.isMacOS);
True if the current operating system is Linux or macOS.
bool get isUnixLike => (Platform.isLinux || Platform.isMacOS);