Uint8List uint16ToBytes(int value) => Uint8List(BytesSize.uint16) ..buffer.asByteData().setUint16(0, value, Endian.little);