FieldInt constructor

FieldInt(
  1. Field field,
  2. int value
)

Implementation

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