TSimpleField constructor

TSimpleField(
  1. String name,
  2. void setter(
    1. dynamic
    ),
  3. dynamic getter()
)

Implementation

TSimpleField(this.name, this.setter, this.getter);