setResourcePath method
dynamic
setResourcePath(
- dynamic resourcePath
inherited
Implementation
setResourcePath(resourcePath) {
this.resourcePath = resourcePath;
return this;
}
setResourcePath(resourcePath) {
this.resourcePath = resourcePath;
return this;
}