withValue method

  1. @override
Power$Centiwatt withValue(
  1. num val
)
override

Creating Power$Centiwatt with new value

Implementation

@override
Power$Centiwatt withValue(
  num val,
) =>
    Power$Centiwatt(val);