isUnsupported property

bool get isUnsupported
inherited

Alias to ![isSupported];

Implementation

bool get isUnsupported => !isSupported;