FormPropertyValue constructor

FormPropertyValue(
  1. String id,
  2. String property,
  3. String value
)

Implementation

FormPropertyValue(this.id, this.property, this.value);