empire
empire_property
EmpireDoubleProperty
toInt method
toInt
toInt
method
Null safety
int
toInt
(
)
Truncates the double value and returns the int
Implementation
int toInt() => _value.toInt();
empire
empire_property
EmpireDoubleProperty
toInt method
EmpireDoubleProperty class
Constructors
EmpireDoubleProperty
Properties
hashCode
isNegative
isNotNull
isNull
originalValue
propertyName
runtimeType
value
Methods
call
equals
noSuchMethod
reset
round
roundToDouble
set
setOriginalValueToCurrent
toInt
toString
Operators
operator %
operator *
operator +
operator -
operator /
operator ==