divide method

num divide(
  1. num b
)

Implementation

num divide(num b) => this / b;