toProperty method

Property toProperty()

Implementation

Property toProperty() => Property(
      id: this.id,
      type: this.type?.toPropertyType(),
      typedValue: this.typedValue?.toTypedValueObject(),
      deleted: this.deletionDate,
    );