Term copyWith({int? offset, String? value}) { return Term(offset: offset ?? this.offset, value: value ?? this.value); }