natureVal property

double get natureVal

Implementation

double get natureVal =>
    this.toDouble() >= 0 ? this.toDouble().abs() : 0.0.abs();