ResourceTarget constructor

const ResourceTarget(
  1. String type,
  2. String id
)

Implementation

const ResourceTarget(this.type, this.id);