Acceleration class

Represents quantity Acceleration

Inheritance

Constructors

Acceleration(num value, String unitSymbol)
Constructs Acceleration with the value and the unit
Acceleration.si(num siValue)
Constructs Acceleration with the value in SI unit
const

Properties

dimension → Dimension<Acceleration>
Dimension of this quantity
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
props List<Object>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siValue num
value in SI unit of this quantity
finalinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
valueIn(String unitSymbol) num
Returns the value of this quantity in unitSymbol unit
inherited

Operators

operator +(Acceleration q) Acceleration
Add operator
inherited
operator -(Acceleration q) Acceleration
Subtract operator
inherited
operator <(Acceleration q) bool
Less than operator
inherited
operator <=(Acceleration q) bool
Less than or equal operator
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(Acceleration q) bool
Greater than operator
inherited
operator >=(Acceleration q) bool
Greater than or equal operator
inherited