length property

  1. @override
int get length
override

Returns the length of the choice

Implementation

@override
int get length => choice != null ? 1 : 0;