Term constructor
const
Term({})
Bundles the term's id, value, attributes, and attached
comment.
Implementation
const Term({
required this.id,
required this.value,
this.attributes = const [],
this.comment,
this.span,
});