Dimensionless class

Dimensionless property.

Dimensionless with FixedSystemOfUnits.

Inheritance

Constructors

Dimensionless()
factory

Properties

baseUnit Unit<Dimensionless>
Return the baseUnit of my first SystemOfMeasurement
no setterinherited
dimensionSymbol String
Dimension symbol
finalinherited
hashCode int
The hash code for this object.
no setterinherited
kind String
Texttual name for this PhysicalProperty
finalinherited
quantitySymbol String
Qunatity symbol
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldPreloadAllUnits bool
Methos called by the constructor to allow preloading of all units if desired.
no setterinherited
systemsOfUnits List<SystemOfUnits<Dimensionless>>
Collection of SystemOfMeasurement for this PhysicalProperty
finalinherited
un Unit<Dimensionless>
latefinal
unitList List<Unit<Dimensionless>>
Return all units in all of my SystemOfMeasurement list
no setterinherited

Methods

defineSystemsOfUnits() → void
Method called by the constructor to define subclass systems of units along their base units.
override
loadAllUnits() → void
Define (load) all units.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
unitWith({required String symbol}) Unit<Dimensionless>?
Finds an unit with a symbol in my SystemOfMeasurement list
inherited

Operators

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

Static Methods

units(dynamic amount) Quantity<Dimensionless>