PgrSearchKeys constructor

PgrSearchKeys({
  1. String? complaintNumber,
  2. String? complainantMobileNumber,
})

Implementation

PgrSearchKeys({
  this.complaintNumber,
  this.complainantMobileNumber,
});