TSimpleField constructor
TSimpleField(
- String name,
- void setter(
- dynamic
- dynamic getter()
Implementation
TSimpleField(this.name, this.setter, this.getter);