valueLE property

Uint8List valueLE

Implementation

Uint8List get valueLE {
  return Uint8List.fromList(value.reversed.toList());
}