hasNotIndexedAt property
bool
get
hasNotIndexedAt
Returns true if indexedAt
is null, otherwise false.
Implementation
bool get hasNotIndexedAt => !hasIndexedAt;
Returns true if indexedAt
is null, otherwise false.
bool get hasNotIndexedAt => !hasIndexedAt;