Force$Teranewton class final

Unit of Force

Inheritance

Constructors

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

Properties

anchor Force
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 Force$Teranewton = 100000000000000000.0 Force$Dyne
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String
Symbol for Force$Teranewton
no setteroverride
toAttonewton Force
Convert to Force$Attonewton
no setterinherited
toCentinewton Force
Convert to Force$Centinewton
no setterinherited
toDecinewton Force
Convert to Force$Decinewton
no setterinherited
toDekanewton Force
Convert to Force$Dekanewton
no setterinherited
toDyne Force
Convert to Force$Dyne
no setterinherited
toExanewton Force
Convert to Force$Exanewton
no setterinherited
toFemtonewton Force
Convert to Force$Femtonewton
no setterinherited
toGiganewton Force
Convert to Force$Giganewton
no setterinherited
toGramForce Force
Convert to Force$GramForce
no setterinherited
toHectonewton Force
Convert to Force$Hectonewton
no setterinherited
toJoulePerCentimeter Force
Convert to Force$JoulePerCentimeter
no setterinherited
toJoulePerMeter Force
Convert to Force$JoulePerMeter
no setterinherited
toKilogramForce Force
Convert to Force$KilogramForce
no setterinherited
toKilonewton Force
Convert to Force$Kilonewton
no setterinherited
toKipForce Force
Convert to Force$KipForce
no setterinherited
toMeganewton Force
Convert to Force$Meganewton
no setterinherited
toMicronewton Force
Convert to Force$Micronewton
no setterinherited
toMillinewton Force
Convert to Force$Millinewton
no setterinherited
toNanonewton Force
Convert to Force$Nanonewton
no setterinherited
toNewton Force
Convert to Force$Newton
no setterinherited
toOunceForce Force
Convert to Force$OunceForce
no setterinherited
toPetanewton Force
Convert to Force$Petanewton
no setterinherited
toPiconewton Force
Convert to Force$Piconewton
no setterinherited
toPoundal Force
Convert to Force$Poundal
no setterinherited
toPoundForce Force
Convert to Force$PoundForce
no setterinherited
toTeranewton Force
Convert to Force$Teranewton
no setterinherited
units List<Force>
no setterinherited
unitsAsMap EnumValues<Force>
no setterinherited
value num
finalinherited
valueShift num
Ignore this
no setteroverride

Methods

compareTo(Force other) int
Compares this object to another object.
inherited
convertTo<E extends Unit<T>>(E to) Force
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>
Force$Teranewton in JSON Map for advance use-case
override
toString() String
A string representation of this object.
inherited
withPrecision([Precision precision = Precision.two]) Force
Get the exact precision on value calculation
inherited
withValue(num val) Force$Teranewton
Creating Force$Teranewton with new value
override

Operators

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