PropertyTypeStubDto constructor

PropertyTypeStubDto({
  1. String? identifier,
  2. PropertyTypeStubDtoTypeEnum? type,
})

Returns a new PropertyTypeStubDto instance.

Implementation

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