PropertyType constructor

PropertyType({
  1. String? identifier,
  2. PropertyTypeTypeEnum? type,
})

Returns a new PropertyType instance.

Implementation

PropertyType({
  this.identifier,
  this.type,
});