CheckpointResult constructor
const
CheckpointResult({})
Implementation
const CheckpointResult({
required this.dirtyPagesFlushed,
required this.walRecordsTruncated,
required this.tablesCheckpointed,
required this.indexesWritten,
required this.elapsed,
required this.checkpointLsn,
});