HashKeyRange constructor

HashKeyRange({
  1. required String endingHashKey,
  2. required String startingHashKey,
})

Implementation

HashKeyRange({
  required this.endingHashKey,
  required this.startingHashKey,
});