ManifestKeys constructor

ManifestKeys({
  1. required SidePanel sidePanel,
})

Implementation

ManifestKeys({required SidePanel sidePanel})
    : _wrapped = $js.ManifestKeys(side_panel: sidePanel.toJS);