ComplaintLookupModel constructor Null safety

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

Implementation

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