FieldLong constructor

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

Implementation

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