ResourceId constructor

ResourceId({
  1. String? id,
  2. String? type,
})

Implementation

ResourceId({
  this.id,
  this.type,
});