QualifiedName constructor

QualifiedName(
  1. String name, {
  2. String? namespace,
})

Implementation

QualifiedName(this.name, {this.namespace});