isAvailable property

bool isAvailable

Whether this set of flags has the available flag set.

Implementation

bool get isAvailable => has(available);