getNetworkErrorMsg method

String? getNetworkErrorMsg()

Implementation

String? getNetworkErrorMsg() {
  return rawResponse.networkMsg;
}