length property

  1. @override
int length
override

The number of elements in the tuple.

Implementation

@override
int get length => 7;