IndexRefreshStatusResponseVariant2 constructor
const
IndexRefreshStatusResponseVariant2({})
Implementation
const IndexRefreshStatusResponseVariant2({
required this.status,
required this.indexType,
required this.total,
required this.indexed,
required this.startedAt,
required this.completedAt,
required this.failedAt,
required this.error,
});