StompFrame({ required this.command, Map<String, String>? headers, this.body, }) : headers = headers ?? <String, String>{};