Property constructor
Property({
- String? id,
- PropertyType? type,
- TypedValueObject? typedValue,
- int? deleted,
Returns a new Property instance.
Implementation
Property({
this.id,
this.type,
this.typedValue,
this.deleted,
});