PortalCustomerUpdate constructor

const PortalCustomerUpdate({
  1. required List<PortalCustomerUpdateAllowedUpdatesItem> allowedUpdates,
  2. required bool enabled,
})

PortalCustomerUpdate

Implementation

const PortalCustomerUpdate({
  required this.allowedUpdates,
  required this.enabled,
});