urlConfig method

GeneralAsset urlConfig(
  1. UrlConfig urlConfig
)

Implementation

GeneralAsset urlConfig(UrlConfig urlConfig) {
  _urlConfig = urlConfig;
  return this;
}