name property

String? name
final

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;