toString method

  1. @override
String toString()
override

This is called by the logging system even if the message is not logged, so do not override this! Use value to return the actual printable representation of this message.

Implementation

@override
String toString() => 'Message';