isUnsupported property

bool get isUnsupported

Alias to ![isSupported];

Implementation

bool get isUnsupported => !isSupported;