trailerMagic constant
Trailer magic: AVM\0 (the magic reversed).
It turns a truncated or garbage file into an accurate "truncated" diagnostic instead of a confusing checksum mismatch.
Implementation
static const List<int> trailerMagic = [0x41, 0x56, 0x4D, 0x00];