PropertyStubDto constructor
PropertyStubDto({
- String? id,
- PropertyTypeStubDto? type,
- TypedValueDtoObject? typedValue,
- int? deletionDate,
- String? encryptedSelf,
Returns a new PropertyStubDto instance.
Implementation
PropertyStubDto({
this.id,
this.type,
this.typedValue,
this.deletionDate,
this.encryptedSelf,
});