length property

int get length
inherited

The number of items in the tuple.

Implementation

int get length => fields.length;