copyWithWrapped method
Implementation
Strength$Response copyWithWrapped({Wrapped<double?>? strength}) {
return Strength$Response(
strength: (strength != null ? strength.value : this.strength));
}
Strength$Response copyWithWrapped({Wrapped<double?>? strength}) {
return Strength$Response(
strength: (strength != null ? strength.value : this.strength));
}