CarHeader constructor

CarHeader({
  1. required int version,
  2. required List<CID> roots,
})

Creates a CarHeader with the given version and roots.

Implementation

CarHeader({required this.version, required this.roots});