isLinuxWeb property

bool get isLinuxWeb

Returns true for Linux browsers.

Implementation

bool get isLinuxWeb => kIsWeb && this == TargetPlatform.linux;