mapToSqlLiteral method
Maps the dartValue
to a SQL snippet that can be embedded as a literal
into SQL queries generated by drift.
Implementation
@override
String mapToSqlLiteral(GeopolyPolygon dartValue) {
throw UnimplementedError();
}
Maps the dartValue
to a SQL snippet that can be embedded as a literal
into SQL queries generated by drift.
@override
String mapToSqlLiteral(GeopolyPolygon dartValue) {
throw UnimplementedError();
}