error_connection property

String get error_connection

An error occurred during the connection

Implementation

String get error_connection {
  return Intl.message(
    'An error occurred during the connection',
    name: 'error_connection',
    desc: '',
    args: [],
  );
}