rial method

int rial()

Implementation

int rial() => this.isNegative ? throw Exception('$this is invalid.') : this * 10;