length property

  1. @override
int get length
override

Returns the length of the choice

Implementation

@override
int get length => choice?.length ?? 0;