abs method
Calculates the absolute value of this number.
Implementation
Expression<BigInt> abs() {
return dartCast<int>().abs().dartCast<BigInt>();
}
Calculates the absolute value of this number.
Expression<BigInt> abs() {
return dartCast<int>().abs().dartCast<BigInt>();
}