isInitialized property

bool isInitialized
final

Whether the list is initialized.

Typically, this means that the first data retrieval was successful (even though the data itself might not have been there).

However, a value of false does not always mean that the list is empty. List entries may have been set by default or left over from a previous list lifecycle.

Implementation

final bool isInitialized;