VentDrawerModel constructor

VentDrawerModel({
  1. int? id,
  2. String? name,
})

Implementation

VentDrawerModel({this.id, this.name});