isZero property

bool isZero

Returns true when amount of this money is zero.

Implementation

bool get isZero => amount.isZero;