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