AFItemWithNamespace constructor

AFItemWithNamespace(
  1. String namespace,
  2. String key
)

Implementation

AFItemWithNamespace(this.namespace, this.key);