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 =>
    "relation '$relation' on $table was not loaded. Add it to include(), or "
    'call loadMissing() before reading it.';