ResourceInfo constructor

ResourceInfo({
  1. String resourceType = '',
  2. String resourceName = '',
  3. String owner = '',
  4. String description = '',
})

Implementation

ResourceInfo({
  this.resourceType = '',
  this.resourceName = '',
  this.owner = '',
  this.description = '',
}) : super(fullyQualifiedName);