ErrorNotConnectServer property

String get ErrorNotConnectServer

Unable to connect to the server!

Implementation

String get ErrorNotConnectServer {
  return Intl.message(
    'Unable to connect to the server!',
    name: 'ErrorNotConnectServer',
    desc: '',
    args: [],
  );
}