copyWith method
Implementation
EcommerceUserProperty copyWith({required String newValue}) =>
EcommerceUserProperty(property: property, value: newValue);
EcommerceUserProperty copyWith({required String newValue}) =>
EcommerceUserProperty(property: property, value: newValue);