Enables greedy decoding if set to true.
true
bool get greedy => _greedy;
set greedy(bool value) { _greedy = value; notifyListeners(); }