ImperfectQualityNotation class final
A notation system for ImperfectQuality.
- Inheritance
-
- Object
- NotationSystem<
ImperfectQuality, String> - StringNotationSystem<
ImperfectQuality> - ImperfectQualityNotation
Constructors
- ImperfectQualityNotation()
-
Creates a new ImperfectQualityNotation.
const
Properties
Methods
-
format(
ImperfectQuality quality) → String -
Formats this
V.override -
matches(
String source) → bool -
Whether
sourcecan be parsed with parse.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parse(
String source) → ImperfectQuality -
Parses
sourceasV.inherited -
parseMatch(
RegExpMatch match) → ImperfectQuality -
Parses
matchfrom regExp asV.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited