dart / 2 / dart-indexed_db / keyrange / bound_.html

bound_ method

  1. @JSName('bound')
KeyRange bound_(
  1. Object lower,
  2. Object upper,
  3. [bool? lowerOpen,
  4. bool? upperOpen]
)
@JSName('bound')

Implementation

@JSName('bound')
static KeyRange bound_(Object lower, Object upper,
    [bool? lowerOpen, bool? upperOpen]) native;

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-indexed_db/KeyRange/bound_.html