lowerBound_ static method

  1. @JSName('lowerBound')
KeyRange lowerBound_(
  1. Object bound,
  2. [bool? open]
)

Implementation

@JSName('lowerBound')
static KeyRange lowerBound_(Object bound, [bool? open]) native;