AtomCategory constructor

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

Implementation

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