CarSection constructor

CarSection({
  1. required CID cid,
  2. required Uint8List bytes,
})

Creates a CarSection with the given cid and bytes.

Implementation

CarSection({required this.cid, required this.bytes});