isEmpty property

bool get isEmpty
override

Implementation

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