name property
final
The name of the function to be called. Must contain only a-z, A-Z, 0-9, or underscores.
Implementation
final String name;
The name of the function to be called. Must contain only a-z, A-Z, 0-9, or underscores.
final String name;