ItemLocation constructor

ItemLocation(
  1. String namespace,
  2. String id
)

Implementation

ItemLocation(this.namespace, this.id);