IntField<O> constructor

IntField<O>(
  1. String name,
  2. ToElement<O, int> toElement
)

Implementation

IntField(this.name, this.toElement);