divideIntAsDecimal method

  1. @override
Decimal divideIntAsDecimal(
  1. int n2
)
override

Implementation

@override
Decimal divideIntAsDecimal(int n2) => this / DynamicInt.fromInt(n2);