term2 property Null safety

String term2

Returns the second Term in the pair. Equivalent to terms.last.

Implementation

String get term2 => terms.last;