MissingAttribute constructor

MissingAttribute(
  1. String tag,
  2. String attribute
)

Implementation

MissingAttribute(this.tag, this.attribute);