run property

Object? Function(Map<String, Object?> row) run
final

Returns a single value or null. The closure receives the current outer row map (currently unused — correlated subqueries not supported).

Implementation

final Object? Function(Map<String, Object?> outerRow) run;