getMerchantHomeIconUrl method
商户回家的IconUrl
Implementation
String getMerchantHomeIconUrl() {
return _getParamModel()?.merchantHomeIconUrl ?? "";
}
商户回家的IconUrl
String getMerchantHomeIconUrl() {
return _getParamModel()?.merchantHomeIconUrl ?? "";
}