PropertyDescriptor constructor

PropertyDescriptor(
  1. String name,
  2. dynamic value,
  3. bool raw
)

Implementation

PropertyDescriptor(this.name, this.value, this.raw);