SemanticProperty constructor

SemanticProperty(
  1. String name,
  2. String value
)

Implementation

SemanticProperty(this.name, this.value);