wellSortedCheck property

void wellSortedCheck=(bool value)

Whether to do type checking, same as typeCheck.

Defaults to true.

Implementation

set wellSortedCheck(bool value) => this['well_sorted_check'] = '$value';