isEmpty property

bool get isEmpty
override

Implementation

get isEmpty => value == null || value!.isNaN || value == 0;