ScannedResource constructor

ScannedResource({
  1. String? resource,
})

Implementation

ScannedResource({
  this.resource,
});