NamespacedName constructor

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

Implementation

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