available property

int get available

Tokens still available in the input context.

Implementation

int get available => math.max(0, maxInput - used);