startClosed property

List<Object?>? startClosed
getter/setter pair

If the start is closed, then the range includes all rows whose first len(start_closed) key columns exactly match start_closed.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.List<core.Object?>? startClosed;