|
|
@@ -20,7 +20,7 @@ mixin _$OrderFormEvent {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -46,7 +46,7 @@ mixin _$OrderFormEvent {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -69,7 +69,7 @@ mixin _$OrderFormEvent {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -219,7 +219,7 @@ class _$StartedImpl implements _Started {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -248,7 +248,7 @@ class _$StartedImpl implements _Started {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -274,7 +274,7 @@ class _$StartedImpl implements _Started {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -372,7 +372,7 @@ abstract class _$$CreateImplCopyWith<$Res> {
|
|
|
|
String customerName,
|
|
|
|
String customerName,
|
|
|
|
Customer? customer,
|
|
|
|
Customer? customer,
|
|
|
|
OrderType orderType,
|
|
|
|
OrderType orderType,
|
|
|
|
TableModel table});
|
|
|
|
TableModel? table});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// @nodoc
|
|
|
|
/// @nodoc
|
|
|
@@ -392,7 +392,7 @@ class __$$CreateImplCopyWithImpl<$Res>
|
|
|
|
Object? customerName = null,
|
|
|
|
Object? customerName = null,
|
|
|
|
Object? customer = freezed,
|
|
|
|
Object? customer = freezed,
|
|
|
|
Object? orderType = null,
|
|
|
|
Object? orderType = null,
|
|
|
|
Object? table = null,
|
|
|
|
Object? table = freezed,
|
|
|
|
}) {
|
|
|
|
}) {
|
|
|
|
return _then(_$CreateImpl(
|
|
|
|
return _then(_$CreateImpl(
|
|
|
|
items: null == items
|
|
|
|
items: null == items
|
|
|
@@ -411,10 +411,10 @@ class __$$CreateImplCopyWithImpl<$Res>
|
|
|
|
? _value.orderType
|
|
|
|
? _value.orderType
|
|
|
|
: orderType // ignore: cast_nullable_to_non_nullable
|
|
|
|
: orderType // ignore: cast_nullable_to_non_nullable
|
|
|
|
as OrderType,
|
|
|
|
as OrderType,
|
|
|
|
table: null == table
|
|
|
|
table: freezed == table
|
|
|
|
? _value.table
|
|
|
|
? _value.table
|
|
|
|
: table // ignore: cast_nullable_to_non_nullable
|
|
|
|
: table // ignore: cast_nullable_to_non_nullable
|
|
|
|
as TableModel,
|
|
|
|
as TableModel?,
|
|
|
|
));
|
|
|
|
));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@@ -445,7 +445,7 @@ class _$CreateImpl implements _Create {
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|
final OrderType orderType;
|
|
|
|
final OrderType orderType;
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|
final TableModel table;
|
|
|
|
final TableModel? table;
|
|
|
|
|
|
|
|
|
|
|
|
@override
|
|
|
|
@override
|
|
|
|
String toString() {
|
|
|
|
String toString() {
|
|
|
@@ -489,7 +489,7 @@ class _$CreateImpl implements _Create {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -518,7 +518,7 @@ class _$CreateImpl implements _Create {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -544,7 +544,7 @@ class _$CreateImpl implements _Create {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -625,13 +625,13 @@ abstract class _Create implements OrderFormEvent {
|
|
|
|
required final String customerName,
|
|
|
|
required final String customerName,
|
|
|
|
required final Customer? customer,
|
|
|
|
required final Customer? customer,
|
|
|
|
required final OrderType orderType,
|
|
|
|
required final OrderType orderType,
|
|
|
|
required final TableModel table}) = _$CreateImpl;
|
|
|
|
required final TableModel? table}) = _$CreateImpl;
|
|
|
|
|
|
|
|
|
|
|
|
List<ProductQuantity> get items;
|
|
|
|
List<ProductQuantity> get items;
|
|
|
|
String get customerName;
|
|
|
|
String get customerName;
|
|
|
|
Customer? get customer;
|
|
|
|
Customer? get customer;
|
|
|
|
OrderType get orderType;
|
|
|
|
OrderType get orderType;
|
|
|
|
TableModel get table;
|
|
|
|
TableModel? get table;
|
|
|
|
|
|
|
|
|
|
|
|
/// Create a copy of OrderFormEvent
|
|
|
|
/// Create a copy of OrderFormEvent
|
|
|
|
/// with the given fields replaced by the non-null parameter values.
|
|
|
|
/// with the given fields replaced by the non-null parameter values.
|
|
|
@@ -783,7 +783,7 @@ class _$CreateWithPaymentMethodImpl implements _CreateWithPaymentMethod {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -813,7 +813,7 @@ class _$CreateWithPaymentMethodImpl implements _CreateWithPaymentMethod {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -840,7 +840,7 @@ class _$CreateWithPaymentMethodImpl implements _CreateWithPaymentMethod {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1027,7 +1027,7 @@ class _$AddToOrderImpl implements _AddToOrder {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1056,7 +1056,7 @@ class _$AddToOrderImpl implements _AddToOrder {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1082,7 +1082,7 @@ class _$AddToOrderImpl implements _AddToOrder {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1269,7 +1269,7 @@ class _$RefundImpl implements _Refund {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1298,7 +1298,7 @@ class _$RefundImpl implements _Refund {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1324,7 +1324,7 @@ class _$RefundImpl implements _Refund {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1513,7 +1513,7 @@ class _$VoidOrderImpl implements _VoidOrder {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1542,7 +1542,7 @@ class _$VoidOrderImpl implements _VoidOrder {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1568,7 +1568,7 @@ class _$VoidOrderImpl implements _VoidOrder {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1730,7 +1730,7 @@ class _$ToggleItemImpl implements _ToggleItem {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1759,7 +1759,7 @@ class _$ToggleItemImpl implements _ToggleItem {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1785,7 +1785,7 @@ class _$ToggleItemImpl implements _ToggleItem {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1944,7 +1944,7 @@ class _$ToggleSelectAllImpl implements _ToggleSelectAll {
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
TResult when<TResult extends Object?>({
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(Order order) started,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
required TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
required TResult Function(
|
|
|
|
required TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1973,7 +1973,7 @@ class _$ToggleSelectAllImpl implements _ToggleSelectAll {
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? whenOrNull<TResult extends Object?>({
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(Order order)? started,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult? Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult? Function(
|
|
|
|
TResult? Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
@@ -1999,7 +1999,7 @@ class _$ToggleSelectAllImpl implements _ToggleSelectAll {
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult maybeWhen<TResult extends Object?>({
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(Order order)? started,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
TResult Function(List<ProductQuantity> items, String customerName,
|
|
|
|
Customer? customer, OrderType orderType, TableModel table)?
|
|
|
|
Customer? customer, OrderType orderType, TableModel? table)?
|
|
|
|
create,
|
|
|
|
create,
|
|
|
|
TResult Function(
|
|
|
|
TResult Function(
|
|
|
|
List<ProductQuantity> items,
|
|
|
|
List<ProductQuantity> items,
|
|
|
|