Search class

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

doSearch(UcumModel model, ConceptKind? kind, String text, bool isRegex) List<UcumConcept>
matches(String? value, String text, bool isRegex) bool
matchesUcumConcept(UcumConcept concept, String text, bool isRegex) bool
matchesUnit(UcumUnit unit, String text, bool isRegex) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchPrefixes(List<UcumConcept> concepts, List<Prefix> prefixes, String text, bool isRegex) → void
searchUnits(List<UcumConcept> concepts, List<UcumUnit> units, String text, bool isRegex) → void
toString() String
A string representation of this object.
inherited

Operators

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