name property

String? name
finalinherited

field name

MUST BE UNIQUE IN A FORM

null name means:

  1. value will be ignored when get form data
  2. validation will be ignored when perform a form validation ,but field won't
  3. when get validation from FormeState , this field will be ignored
  4. Forme will not hold this field state , visitors on Forme will not be triggered

if name changed , field will be disposed and rebuild

Implementation

final String? name;