hasNotIndexedAt property

bool get hasNotIndexedAt

Returns true if indexedAt is null, otherwise false.

Implementation

bool get hasNotIndexedAt => !hasIndexedAt;