InventoryAcknowledgementRoute constructor

InventoryAcknowledgementRoute({
  1. Key? key,
  2. InventoryLocalization? appLocalizations,
  3. bool isDataRecordSuccess = false,
  4. String? label,
  5. String? description,
  6. Map<String, dynamic>? descriptionTableData,
  7. List<PageRouteInfo>? children,
})

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,
      );