isNotEmpty property

  1. @override
bool isNotEmpty
override

Returns true if there is at least one value in the chosen data

Implementation

@override
bool get isNotEmpty => choice != null;