Placement constructor

Placement({
  1. required String name,
})

Implementation

Placement({required this.name});