FetchedIndex constructor
const
FetchedIndex({})
Returns a new FetchedIndex instance.
Implementation
const FetchedIndex({
required this.name,
required this.createdAt,
required this.updatedAt,
required this.entries,
required this.dataSize,
required this.fileSize,
required this.lastBuildTimeS,
required this.numberOfPendingTasks,
required this.pendingTask,
this.primary,
this.replicas,
});