PickerModel constructor

PickerModel({
  1. String? id,
  2. String? code,
  3. String? name,
  4. String? statusCode,
  5. String? iconSrc,
})

Implementation

PickerModel({this.id, this.code, this.name, this.statusCode, this.iconSrc});