CarrotUserProperty constructor
CarrotUserProperty({
- required CarrotProperty property,
- required String value,
Implementation
CarrotUserProperty({required this.property, required super.value})
: super(
name: "\$${property.name}",
);