logName property

String? logName
final

An optional name for the state tree that to be used as the suffix of the logger name used when logging messages.

This can be used to correlate log messages with specific state trees when examining the log output.

Implementation

final String? logName;