PickerModel constructor

const PickerModel(
  1. String name, {
  2. Object? code,
  3. Icon? icon,
})

Implementation

const PickerModel(this.name, {this.code, this.icon});