RtcData({ required this.cmdType, required this.data, }) : magic = MAGIC, version = VERSION, size = HEADER_SIZE + data.length, reserved = Uint8List(20);