isUnsupported property

bool get isUnsupported

Whether the server has refused this build.

The latch behind ConnectionStatus.unsupported. It is never cleared: no retry can change the answer, only a newer build can.

Implementation

bool get isUnsupported => _incompatibility != null;