ComplaintsRegistrationWrapperRouteArgs constructor

const ComplaintsRegistrationWrapperRouteArgs({
  1. Key? key,
  2. PgrServiceModel? pgrServiceModel,
})

Implementation

const ComplaintsRegistrationWrapperRouteArgs({
  this.key,
  this.pgrServiceModel,
});