length property

int get length

The number of tokens in this n-gram.

Implementation

int get length => _values.length;