HTMLInput constructor

HTMLInput(
  1. String name,
  2. TypeInfo type, {
  3. Object? value,
})

Implementation

HTMLInput(this.name, this.type, {this.value});