FormValue constructor

const FormValue({
  1. Key? key,
})

Implementation

const FormValue({
  this.key,
});