message property
A sentence naming what happened and, where there is one, what to do.
Implementation
@override
String get message =>
'$operation on $table cannot report the stored row: $reason. Declare a '
'readback strategy on the write to say which answer you want, or read '
'the row back yourself with a query whose predicate you own.';