expressions property

Map<String, String> expressions
final

A map of field names to explicit SQL expressions. The expressions will be aliased to the given names.

Implementation

final Map<String, String> expressions = {};