constructor from params(send data).
Message.fromBody({ String? command, required this.body, }) { header = MessageHeader.fromParam(command: command ?? "", bodySize: body.length); }