parseMatch method
Parses match from regExp as V.
Implementation
@override
TuningFork parseMatch(RegExpMatch match) => TuningFork(
pitchNotation.parseMatch(match),
frequencyNotation.parseMatch(match),
);
Parses match from regExp as V.
@override
TuningFork parseMatch(RegExpMatch match) => TuningFork(
pitchNotation.parseMatch(match),
frequencyNotation.parseMatch(match),
);