SystemOfUnits class abstract

A system of units.

It groups units together for historical or cultural reasons. Nothing prevents a unit from belonging to several system of units at the same time (for example an imperial system would have many of the units held by NonSI).

Implementers

Constructors

SystemOfUnits()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
units List<Unit>
A read only view over the units defined in this system.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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