endClosed property

List<Object?>? endClosed
getter/setter pair

If the end is closed, then the range includes all rows whose first len(end_closed) key columns exactly match end_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?>? endClosed;