Flutter
platform
Platform
isLinux property
isLinux
isLinux
property
Null safety
bool
isLinux
True if the operating system is Linux.
Implementation
bool get isLinux => operatingSystem == linux;
Flutter
platform
Platform
isLinux property
Platform class
Constructors
Platform
Properties
environment
executable
executableArguments
hashCode
isAndroid
isFuchsia
isIOS
isLinux
isMacOS
isWindows
localeName
localHostname
numberOfProcessors
operatingSystem
operatingSystemVersion
packageConfig
pathSeparator
resolvedExecutable
runtimeType
script
stdinSupportsAnsi
stdoutSupportsAnsi
version
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Constants
android
fuchsia
iOS
linux
macOS
operatingSystemValues
windows