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