CustomOutputSpec constructor

CustomOutputSpec({
  1. List<Property>? properties,
})

Implementation

CustomOutputSpec({
  this.properties,
});