term1 property Null safety

String term1

Returns the first Term in the pair. Equivalent to terms.first.

Implementation

String get term1 => terms.first;