Dart SDK
dart:indexed_db
KeyRange
property runtimeType
runtimeType
class KeyRange
Constructors
bound
lowerBound
only
upperBound
Properties
lower
lowerOpen
upper
upperOpen
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
bound_
lowerBound_
only_
upperBound_
Type
runtimeType
A representation of the runtime type of the object.
Source
Type get runtimeType => getRuntimeType(this);
property runtimeType