isBigEndian property
bool
get
isBigEndian
Returns true
if this instance is Big-Endian.
Implementation
bool get isBigEndian => this == Endian.big;
Returns true
if this instance is Big-Endian.
bool get isBigEndian => this == Endian.big;