Dart
dart:indexed_db
KeyRange
KeyRange.only factory constructor
description
KeyRange.only constructor
KeyRange.only
(
dynamic
value
)
Implementation
factory
KeyRange.only(
/*Key*/
value) => _KeyRangeFactoryProvider.createKeyRange_only(value);