endKeyStrings property
We discretize the entire keyspace into buckets.
Assuming each bucket has an inclusive keyrange and covers keys from k(i) ... k(n). In this case k(n) would be an end key for a given range. end_key_string is the collection of all such end keys
Implementation
core.List<core.String>? endKeyStrings;