MomentofInertia$PoundInchSquare class final

Unit of MomentofInertia

Inheritance

Constructors

MomentofInertia$PoundInchSquare([num value = 0])
const
MomentofInertia$PoundInchSquare.from(MomentofInertia unit)
Construct MomentofInertia$PoundInchSquare from other MomentofInertia
factory
MomentofInertia$PoundInchSquare.fromJson(Map<String, dynamic> json)
If there is no matched key, returning with 0 value
factory

Properties

anchor MomentofInertia
no setterinherited
displayName String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
majorName String
no setterinherited
minorName String
no setteroverride
ratio num
1 MomentofInertia$PoundInchSquare ≈ 2.926396563 MomentofInertia$KilogramCentimeterSquare
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for MomentofInertia$PoundInchSquare
no setteroverride
toGramCentimeterSquare MomentofInertia
Convert to MomentofInertia$GramCentimeterSquare
no setterinherited
toKilogramCentimeterSquare MomentofInertia
Convert to MomentofInertia$KilogramCentimeterSquare
no setterinherited
toKilogramForceCentimeterSecondSquare MomentofInertia
Convert to MomentofInertia$KilogramForceCentimeterSecondSquare
no setterinherited
toKilogramForceMeterSecondSquare MomentofInertia
Convert to MomentofInertia$KilogramForceMeterSecondSquare
no setterinherited
toKilogramMeterSquare MomentofInertia
Convert to MomentofInertia$KilogramMeterSquare
no setterinherited
toOunceInchSecondSquare MomentofInertia
Convert to MomentofInertia$OunceInchSecondSquare
no setterinherited
toOunceInchSquare MomentofInertia
Convert to MomentofInertia$OunceInchSquare
no setterinherited
toPoundFootSecondSquare MomentofInertia
Convert to MomentofInertia$PoundFootSecondSquare
no setterinherited
toPoundFootSquare MomentofInertia
Convert to MomentofInertia$PoundFootSquare
no setterinherited
toPoundInchSecondSquare MomentofInertia
Convert to MomentofInertia$PoundInchSecondSquare
no setterinherited
toPoundInchSquare MomentofInertia
Convert to MomentofInertia$PoundInchSquare
no setterinherited
toSlugFootSquare MomentofInertia
Convert to MomentofInertia$SlugFootSquare
no setterinherited
units List<MomentofInertia>
no setterinherited
unitsAsMap EnumValues<MomentofInertia>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(MomentofInertia other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) MomentofInertia
Convert this unit to another unit under same category, the value of to is ignored
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
MomentofInertia$PoundInchSquare in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) MomentofInertia
Get the exact precision on value calculation
inherited
withValue(num val) MomentofInertia$PoundInchSquare
Creating MomentofInertia$PoundInchSquare with new value
override

Operators

operator +(MomentofInertia other) MomentofInertia
inherited
operator -(MomentofInertia other) MomentofInertia
inherited
operator <(MomentofInertia other) bool
inherited
operator <=(MomentofInertia other) bool
inherited
operator ==(Object other) bool
The equality operator.
inherited
operator >(MomentofInertia other) bool
inherited
operator >=(MomentofInertia other) bool
inherited