toSqlString method

  1. @override
String toSqlString()
override

Returns the string that will be part of SQL statement.

Implementation

@override
String toSqlString() => throw UnsupportedError(toString());