StringFormField constructor
StringFormField(
- String name,
- String value, {
- ContentType? contentType,
Implementation
StringFormField(this.name, this.value, {this.contentType});