divideDynamicIntAsDecimal method

  1. @override
Decimal divideDynamicIntAsDecimal(
  1. DynamicInt other
)
override

Implementation

@override
Decimal divideDynamicIntAsDecimal(DynamicInt other) => this / other;