NewResource constructor

NewResource(
  1. String type, {
  2. String? id,
  3. String? lid,
})

Implementation

NewResource(this.type, {this.id, this.lid});