SemanticClass constructor

SemanticClass(
  1. String id,
  2. String text
)

Implementation

SemanticClass(this.id, this.text);