AttributeName constructor

const AttributeName(
  1. String? prefix,
  2. String name,
  3. String namespace
)

Implementation

const AttributeName(this.prefix, this.name, this.namespace);