toDisplayString method

  1. @override
String toDisplayString()
override

Implementation

@override
String toDisplayString() => "key: $keyName is missing or null in map relating to column: $column (${column.toSql()}).\nHave you made a mistake in the toMap converter? Or forgotten a map key?";