UcumValidator class

Constructors

UcumValidator({required UcumModel model, required Registry handlers})

Properties

handlers Registry
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
model UcumModel
getter/setter pair
result List<String>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkCodes() → void
checkUnitCode(String code, bool primary) → void
checkUnits() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() List<String>

Operators

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