arguments property

  1. @override
Map<String, dynamic> arguments
override

Implementation

@override
Map<String, dynamic> get arguments => {
      _shopCode: shopCode,
      _email: email,
      _phone: phone,
      _taxation: taxation?.name,
      _items: items?.map((e) => e.arguments).toList(),
      _agentData: agentData?._arguments,
      _supplierInfo: supplierInfo?._arguments,
      _customer: customer,
      _customerInn: customerInn,
    }..removeWhere((key, value) => value == null);