ImperfectQualityNotation class final

A notation system for ImperfectQuality.

Inheritance

Constructors

ImperfectQualityNotation()
Creates a new ImperfectQualityNotation.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
regExp RegExp
The regular expression for matching V.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

format(ImperfectQuality quality) String
Formats this V.
override
matches(String source) bool
Whether source can be parsed with parse.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(String source) ImperfectQuality
Parses source as V.
inherited
parseMatch(RegExpMatch match) ImperfectQuality
Parses match from regExp as V.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited