copyWith method

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

Implementation

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