header property

Future<CarHeader> get header

The decoded CAR header.

Implementation

Future<CarHeader> get header async => await _loadHeader();