absValue method

int absValue()

Implementation

int absValue() => this?.abs() ?? 0;