DrawerItemModel constructor

DrawerItemModel(
  1. Model parent,
  2. String? id,
  3. Drawers position
)

Implementation

DrawerItemModel(Model super.parent, super.id, this.position);