length property
int
get
length
Returns the number of chips currently in the input.
Implementation
int get length => value.length;
Returns the number of chips currently in the input.
int get length => value.length;