Selection constructor

Selection(
  1. String name,
  2. List<Icon> icons
)

Implementation

Selection(this.name, this.icons);