setResourcePath method

dynamic setResourcePath(
  1. dynamic resourcePath
)
inherited

Implementation

setResourcePath(resourcePath) {
  this.resourcePath = resourcePath;
  return this;
}