PositionDataModel constructor

PositionDataModel(
  1. int id,
  2. String name
)

Implementation

PositionDataModel(this.id, this.name);