ScannedResource constructor

ScannedResource({
  1. String? resource,
  2. String? type,
})

Implementation

ScannedResource({this.resource, this.type});