message property

  1. @override
String message

The message to print when printing this log

Note that this is the pure message and is not concerned with color

Implementation

@override
String get message =>
    'You tried to set the url strategy several time, this should never happen.\n'
    'If a package that you use (other than VRouter) sets the url strategy, please use the other package.';