Extension constructor

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

Implementation

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