isEmpty property

bool isEmpty

Returns true if int is 0.

int0の場合trueを返します。

Implementation

bool get isEmpty => this == 0;