message property

  1. @override
String get message
override

A sentence naming what happened and, where there is one, what to do.

Implementation

@override
String get message =>
    'include("$path") was specified more than once with $reason. Use one '
    'include for that path, or give the two sides the same filter, order, '
    'limit and strategy so they can be merged.';