name property
String
get
name
The name of the parameter as a string. The name must be a valid Python identifier.
Implementation
String get name => getAttribute("name");
The name of the parameter as a string. The name must be a valid Python identifier.
String get name => getAttribute("name");