CarSection constructor
- required CID cid,
- required Uint8List bytes,
Creates a CarSection with the given cid and bytes.
Implementation
CarSection({required this.cid, required this.bytes});
Creates a CarSection with the given cid and bytes.
CarSection({required this.cid, required this.bytes});