getMerchantHomeIconUrl method

String getMerchantHomeIconUrl()

商户回家的IconUrl

Implementation

String getMerchantHomeIconUrl() {
  return _getParamModel()?.merchantHomeIconUrl ?? "";
}