r2SharedResourceExceptionCancelled property

String r2SharedResourceExceptionCancelled

Implementation

String get r2SharedResourceExceptionCancelled => Intl.message(
      'The request was cancelled',
      name: 'r2_shared_resource_exception_cancelled',
      locale: locale.toString(),
    );