Resource constructor

Resource({
  1. Hash? contentHash,
  2. String? name,
  3. String? uri,
})

Implementation

Resource({
  this.contentHash,
  this.name,
  this.uri,
});