Hscan constructor

Hscan({
  1. required int cursor,
  2. required Map<String, String> keys,
})

Implementation

Hscan({
  required this.cursor,
  required this.keys,
});