isUnsupported property

bool isUnsupported

Alias to ![isSupported];

Implementation

bool get isUnsupported => !isSupported;