copyWith method
Implementation
Strength$Response copyWith({double? strength}) {
return Strength$Response(strength: strength ?? this.strength);
}
Strength$Response copyWith({double? strength}) {
return Strength$Response(strength: strength ?? this.strength);
}