SimpleProperty constructor

SimpleProperty(
  1. String name,
  2. dynamic value
)

Implementation

SimpleProperty(this.name, this.value);