@override Result modify(Result input) { return (input / Result(clean: Rational.fromInt(100))) .copyWith(modifier: this); }