Property constructor
Property({})
Implementation
Property({
this.id,
this.type,
this.stringValue,
this.longValue,
this.arrayValue,
this.byteValue,
this.dataSourceValue,
this.versionValue,
this.objectValue,
});