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