AliceFormDataField constructor

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

Implementation

AliceFormDataField(this.name, this.value);