TagBinding constructor

TagBinding({
  1. String? name,
  2. String? parent,
  3. String? tagValue,
  4. String? tagValueNamespacedName,
})

Implementation

TagBinding({
  this.name,
  this.parent,
  this.tagValue,
  this.tagValueNamespacedName,
});