ByteOrder constructor

const ByteOrder(
  1. StructEndian endian
)

Constructs a ByteOrder annotation with the given endianness

Implementation

const ByteOrder(this.endian);