hasIndexedAt property

bool get hasIndexedAt

Returns true if indexedAt is not null, otherwise false.

Implementation

bool get hasIndexedAt => indexedAt != null;