FieldValueOptions constructor

FieldValueOptions(
  1. Field field,
  2. dynamic value
)

Implementation

FieldValueOptions(
  this.field,
  this.value,
);