ValueProperty constructor

ValueProperty(
  1. String key,
  2. dynamic value,
  3. bool isAllowNull,
  4. bool isPrimaryKey,
)

Implementation

ValueProperty(this.key,this.value,this.isAllowNull,this.isPrimaryKey);