copyWith method
Implementation
PriceToShow copyWith({ String? key,
String? value,
}) => PriceToShow( key: key ?? this.key,
value: value ?? this.value,
);
PriceToShow copyWith({ String? key,
String? value,
}) => PriceToShow( key: key ?? this.key,
value: value ?? this.value,
);