setResourcePath method

dynamic setResourcePath(
  1. dynamic resourcePath
)

Implementation

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