comment property

String? comment
final

A comment line, which listeners ignore.

The usual reason to send one is as a keep-alive: proxies close idle connections, and a comment is traffic that no listener has to handle.

Implementation

final String? comment;