PortalCustomerUpdate constructor
const
PortalCustomerUpdate({
- required List<
PortalCustomerUpdateAllowedUpdatesItem> allowedUpdates, - required bool enabled,
PortalCustomerUpdate
Implementation
const PortalCustomerUpdate({
required this.allowedUpdates,
required this.enabled,
});