ComplaintsDetailsViewRoute constructor

ComplaintsDetailsViewRoute({
  1. Key? key,
  2. required PgrServiceModel complaint,
  3. List<PageRouteInfo>? children,
})

Implementation

ComplaintsDetailsViewRoute({
  _i13.Key? key,
  required _i15.PgrServiceModel complaint,
  List<_i12.PageRouteInfo>? children,
}) : super(
        ComplaintsDetailsViewRoute.name,
        args: ComplaintsDetailsViewRouteArgs(
          key: key,
          complaint: complaint,
        ),
        initialChildren: children,
      );