r2SharedResourceExceptionOutOfMemory property

String r2SharedResourceExceptionOutOfMemory

Implementation

String get r2SharedResourceExceptionOutOfMemory => Intl.message(
      'The resource is too large to be read on this device',
      name: 'r2_shared_resource_exception_out_of_memory',
      locale: locale.toString(),
    );