AtomCategory constructor

AtomCategory(
  1. String? term,
  2. String? scheme,
  3. String? label
)

Default constructor for the AtomCategory class

Implementation

AtomCategory(this.term, this.scheme, this.label);