FieldMap constructor

FieldMap(
  1. Field field,
  2. Map<String, double> value
)

Implementation

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