TokenDataId constructor

TokenDataId(
  1. String creator,
  2. String collection,
  3. String name
)

Implementation

TokenDataId(this.creator, this.collection, this.name);