InventoryAcknowledgementRoute constructor
InventoryAcknowledgementRoute({})
Implementation
InventoryAcknowledgementRoute({
_i11.Key? key,
_i12.InventoryLocalization? appLocalizations,
bool isDataRecordSuccess = false,
String? label,
String? description,
Map<String, dynamic>? descriptionTableData,
List<_i10.PageRouteInfo>? children,
}) : super(
InventoryAcknowledgementRoute.name,
args: InventoryAcknowledgementRouteArgs(
key: key,
appLocalizations: appLocalizations,
isDataRecordSuccess: isDataRecordSuccess,
label: label,
description: description,
descriptionTableData: descriptionTableData,
),
initialChildren: children,
);