getResourceName static method
- String name
Get the ResourceName for this Button with the given name
.
// Example:
var name = Button.getResourceName('my_button');
For more information, see Button component.
Implementation
static ResourceName getResourceName(String name) {
return Button.subtype.getResourceName(name);
}