@override Uint8List serialize() { var byteData = ByteData(4)..setUint32(0, value, Endian.little); return byteData.buffer.asUint8List(); }