Uint8List uint8ToBytes(int value) => Uint8List(BytesSize.uint8)..buffer.asByteData().setUint8(0, value);