Speed class

Inheritance

Constructors

Speed()
factory

Properties

a Length
finalinherited
b Time
finalinherited
baseUnit → CompoundUnit<Speed, Length, Time>
Return the baseUnit of my first SystemOfMeasurement
no setterinherited
centimeterPerSecond Unit<Speed>
latefinal
compoundSymbolPattern Pattern
no setterinherited
dimensionSymbol String
Dimension symbol
finalinherited
footPerMinute Unit<Speed>
latefinal
footPerSecond Unit<Speed>
latefinal
hashCode int
The hash code for this object.
no setterinherited
inchPerHour Unit<Speed>
latefinal
kilometerPerHour Unit<Speed>
latefinal
kind String
Texttual name for this PhysicalProperty
finalinherited
knot Unit<Speed>
latefinal
meterPerSecond Unit<Speed>
latefinal
milePerHour Unit<Speed>
latefinal
millimeterPerHour Unit<Speed>
latefinal
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<Speed>>
Collection of SystemOfMeasurement for this PhysicalProperty
finalinherited
unitList List<Unit<Speed>>
Return all units in all of my SystemOfMeasurement list
no setterinherited

Methods

compoundUnit(covariant DividedSystemOfUnits<Speed, Length, Time> systemOfUnits, Unit<Length> a, Unit<Time> b, double factor, {String? symbol, String? name}) → DividedUnits<Speed, Length, Time>
inherited
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<Speed>?
Finds an unit with a symbol in my SystemOfMeasurement list
inherited

Operators

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