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 =>
    '$operation on $table has no predicate. Add a where(), or call '
    'allRows() to say you meant every row.';