ConfigurationPlaceType constructor

ConfigurationPlaceType({
  1. String? id,
  2. String? type,
  3. PlaceTypeWorkflow? workflow,
})

Returns a new ConfigurationPlaceType instance.

Implementation

ConfigurationPlaceType({
  this.id,
  this.type,
  this.workflow,
});