isEmpty property

  1. @override
bool isEmpty
override

Returns true if there are no values in the chosen data

Implementation

@override
bool get isEmpty => choice == null;