isLinuxWeb property
bool
get
isLinuxWeb
Returns true for Linux browsers.
Implementation
bool get isLinuxWeb => kIsWeb && this == TargetPlatform.linux;
Returns true for Linux browsers.
bool get isLinuxWeb => kIsWeb && this == TargetPlatform.linux;