ExfilResource constructor

ExfilResource({
  1. List<String>? components,
  2. String? name,
})

Implementation

ExfilResource({
  this.components,
  this.name,
});