getOfficialAddress method

String getOfficialAddress()

获取官网地址

Implementation

String getOfficialAddress() {
  return _getParamModel()?.officialAddr ?? "";
}