copyWith method

EcommerceUserProperty copyWith({
  1. required String newValue,
})

Implementation

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