PropertyValue constructor
PropertyValue({})
Implementation
PropertyValue({
this.boolValue,
this.doubleValue,
this.durationValue,
this.intValue,
this.stringValue,
this.timestampValue,
});
PropertyValue({
this.boolValue,
this.doubleValue,
this.durationValue,
this.intValue,
this.stringValue,
this.timestampValue,
});