name property

String? name
finalinherited

A string specifying a name for the input control. This name is submitted along with the control's value when the form data is submitted.

Implementation

final String? name;