error_cancel_token property

String get error_cancel_token

The connection is interrupted

Implementation

String get error_cancel_token {
  return Intl.message(
    'The connection is interrupted',
    name: 'error_cancel_token',
    desc: '',
    args: [],
  );
}