Extension constructor

Extension({
  1. String? category,
  2. bool? disabled,
  3. String? name,
  4. String? typeDescriptor,
  5. List<String>? typeUrls,
  6. BuildVersion? version,
})

Implementation

Extension({
  this.category,
  this.disabled,
  this.name,
  this.typeDescriptor,
  this.typeUrls,
  this.version,
});