error_server_not_found property

String get error_server_not_found

Server not found

Implementation

String get error_server_not_found {
  return Intl.message(
    'Server not found',
    name: 'error_server_not_found',
    desc: '',
    args: [],
  );
}