endBefore method

Query endBefore(
  1. JSAny? value, [
  2. String key
])

Creates a Query with the specified ending point (exclusive).

Implementation

external Query endBefore(JSAny? value, [String key]);