Dart SDK
dart:typed_data
Endianness
property HOST_ENDIAN
HOST_ENDIAN
class Endianness
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
HOST_ENDIAN
Constants
BIG_ENDIAN
LITTLE_ENDIAN
Endian
HOST_ENDIAN
Deprecated, use
Endian.host
instead.
Source
static Endian get HOST_ENDIAN => Endian.host;
property HOST_ENDIAN