OptionSpecification constructor

OptionSpecification({
  1. String? namespace,
  2. String? optionName,
  3. String? resourceName,
})

Implementation

OptionSpecification({
  this.namespace,
  this.optionName,
  this.resourceName,
});