name property
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;
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.
final String? name;