Dart SDK
dart:core
num
operator -
operator -
Dart SDK
dart:core
num
operator -
abstract method
operator -
Source
Dart SDK
dart:core
num
Static methods
parse
Constructors
num
Properties
hashCode
isFinite
isInfinite
isNaN
isNegative
sign
runtimeType
Operators
operator %
operator *
operator +
operator -
operator /
operator <
operator <=
operator ==
operator >
operator >=
operator unary-
operator ~/
Methods
abs
ceil
ceilToDouble
clamp
compareTo
floor
floorToDouble
remainder
round
roundToDouble
toDouble
toInt
toString
toStringAsExponential
toStringAsFixed
toStringAsPrecision
truncate
truncateToDouble
noSuchMethod
num
operator -
(
num
other
)
Subtraction operator.
Source
num operator -(num other);