name property
The name of the form. The value must not be the empty string, and must be unique among the form elements in the forms collection that it is in, if any.
Implementation
final String? name;
The name of the form. The value must not be the empty string, and must be unique among the form elements in the forms collection that it is in, if any.
final String? name;