ComplaintsRegistrationWrapperPage constructor

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

Implementation

const ComplaintsRegistrationWrapperPage({
  Key? key,
  this.pgrServiceModel,
}) : super(key: key);