ItemModel constructor

ItemModel(
  1. String id,
  2. String type,
  3. bool isBeforeHeader
)

Implementation

ItemModel(this.id, this.type, this.isBeforeHeader);