PropertyValue constructor

PropertyValue({
  1. String? property,
  2. String? value,
})

Implementation

PropertyValue({
  this.property,
  this.value,
});