toMixedFraction method

MixedFraction toMixedFraction()

Converts the string into a MixedFraction.

If you want to be sure that this method doesn't throw an exception, use the isMixedFraction getter before.

Implementation

MixedFraction toMixedFraction() => MixedFraction.fromString(this);