Field constructor

const Field(
  1. String name
)

Reads the form field named name.

Implementation

const Field(this.name);