IndexedHotKey constructor

IndexedHotKey({
  1. Map<String, int>? sparseHotKeys,
})

Implementation

IndexedHotKey({
  this.sparseHotKeys,
});