logging property
Logging?
get
logging
Present if the server supports sending log messages to the client.
Implementation
Logging? get logging =>
(_value[Keys.logging] as Map?)?.cast<String, Object?>() as Logging?;