menu
realm package
documentation
realm.dart
Decimal128
abs method
abs method
brightness_4
brightness_5
abs
method
Decimal128
abs
(
)
Returns the absolute value of
this
.
Implementation
Decimal128 abs() => this < zero ? -this : this;
realm package
documentation
realm
Decimal128
abs method
Decimal128 class