toTerse method

  1. @override
Sequence toTerse()
override

Returns the terse representation of this sequence.

This is the same as the sequence, but with default parameters removed.

Implementation

@override
Sequence toTerse() => this;