urlSuffix method

GeneralAsset urlSuffix(
  1. String urlSuffix
)

Implementation

GeneralAsset urlSuffix(String urlSuffix) {
  _urlSuffix = urlSuffix;
  return this;
}