isEmpty property

bool isEmpty

Returns true if double is 0.

double0の場合trueを返します。

Implementation

bool get isEmpty => this == 0.0;