@override Uint8List serialize() { var byteData = ByteData(1)..setUint8(0, value); return byteData.buffer.asUint8List(); }