FieldString constructor

FieldString(
  1. Field field,
  2. String value
)

Implementation

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