Field.newDoubleField constructor

const Field.newDoubleField(
  1. String name
)

Creates an attribute that contains Double values.

Implementation

const Field.newDoubleField(this.name)
    : format = FORMAT_DOUBLE,
      isOptional = false;