isWeb property

bool get isWeb

是否是Web端

Implementation

bool get isWeb => !(isMobile || isDesktop);