BatchSample constructor
const
BatchSample({})
Implementation
const BatchSample({
required this.id,
required this.depth,
required this.startedAt,
required this.endedAt,
required this.durationMs,
required this.writeCount,
});