r2SharedPublicationOpeningExceptionForbidden property

String r2SharedPublicationOpeningExceptionForbidden

Implementation

String get r2SharedPublicationOpeningExceptionForbidden => Intl.message(
      'You are not allowed to open this publication',
      name: 'r2_shared_publication_opening_exception_forbidden',
      locale: locale.toString(),
    );