toPropertyStubDto method

PropertyStubDto toPropertyStubDto()

Implementation

PropertyStubDto toPropertyStubDto() => PropertyStubDto(
      id: this.id,
      type: this.type?.toPropertyTypeStubDto(),
      typedValue: this.typedValue?.toTypedValueDtoObject(),
      deletionDate: this.deleted,
    );