FieldFloat constructor

FieldFloat(
  1. Field field,
  2. double value
)

Implementation

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