Dart
dart:indexed_db
KeyRange
includes method
includes
Dart
dart:indexed_db
KeyRange
includes method
KeyRange class
Constructors
bound
lowerBound
only
upperBound
Properties
lower
lowerOpen
upper
upperOpen
hashCode
runtimeType
Methods
includes
noSuchMethod
toString
Operators
operator ==
Static methods
bound_
lowerBound_
only_
upperBound_
description
includes
method
bool
includes
(
Object
key
)
Implementation
bool includes(Object key) native;