message property
final
The log message.
The message should be a normal and complete sentence ending with a period. It is OK to omit the subject in the message to imply loggerName. It is also OK to omit article, such as "the" and "a".
Example: if loggerName is "FlutterDriver" and message is "Failed to connect to application." then this log record means that FlutterDriver failed to connect to the application.
Implementation
final String message