isNotEmpty property

bool isNotEmpty

Returns true if double is not 0.

double0でない場合trueを返します。

Implementation

bool get isNotEmpty => this != 0.0;