A sentence naming what happened and, where there is one, what to do.
@override String get message => key == null ? 'no row in $table matched the query.' : 'no row in $table with key $key.';