normalParameterNames property Null safety
The names of the required positional parameters of this type of function, in the order that the parameters appear.
Implementation
List<String> get normalParameterNames;
The names of the required positional parameters of this type of function, in the order that the parameters appear.
List<String> get normalParameterNames;