hasNotRotationKeys property

bool get hasNotRotationKeys

Returns true if rotationKeys is null, otherwise false.

Implementation

bool get hasNotRotationKeys => !hasRotationKeys;