operator / method - double class - dart:core library (original) (raw)

description

operator / abstract method

double operator /(

  1. num other )

override

Divides this number by other.

Implementation

double operator /(num other);