ModelMultiSelect constructor

ModelMultiSelect({
  1. String? id,
  2. String? name,
  3. bool? active,
})

Implementation

ModelMultiSelect({this.id, this.name, this.active});