KeyRange.only constructor

KeyRange.only(dynamic value)

Implementation

factory KeyRange.only(/*Key*/ value) =>
    _KeyRangeFactoryProvider.createKeyRange_only(value);