TJPlacement constructor

TJPlacement({
  1. required String name,
})

constructor method, placement name is required

Implementation

TJPlacement({required this.name}) {
//
}