withValue method
Creating Power$Centiwatt with new value
Implementation
@override
Power$Centiwatt withValue(
num val,
) =>
Power$Centiwatt(val);
Creating Power$Centiwatt with new value
@override
Power$Centiwatt withValue(
num val,
) =>
Power$Centiwatt(val);