ComplaintsDetailsViewRoute constructor
ComplaintsDetailsViewRoute({
- Key? key,
- required PgrServiceModel complaint,
- 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,
);