PropertyValue constructor

PropertyValue(
  1. String type,
  2. dynamic value
)

Implementation

PropertyValue(this.type, this.value);