defaultValuesForPlaceholder property

Map<String, Expression> defaultValuesForPlaceholder
final

Drift specific. Maps from a Dart placeholder in a query to its default expression, if set.

Implementation

final Map<String, Expression> defaultValuesForPlaceholder;