Field.newIntField constructor

const Field.newIntField(
  1. String name
)

Creates an attribute that contains integer values.

Implementation

const Field.newIntField(this.name)
    : format = FORMAT_INT32,
      isOptional = false;