ChuckFormDataField constructor

ChuckFormDataField(
  1. String name,
  2. String value
)

Implementation

ChuckFormDataField(this.name, this.value);