CustomPlace constructor

const CustomPlace(
  1. IShellItem item,
  2. Place place
)

Creates a CustomPlace with the given item and place.

Implementation

const CustomPlace(this.item, this.place);