CommunityStrings constructor

const CommunityStrings({
  1. String? pageTitle,
  2. String? joinCommunity,
  3. String? connectShareJourney,
  4. String? continueWithGoogle,
  5. String? continueWithApple,
  6. String? noCommunitiesFound,
  7. String? noPostsYet,
  8. String? loginRequired,
  9. String? loginRequiredLike,
  10. String? loginRequiredComment,
  11. String? errorGeneric,
  12. String? likeFailed,
  13. String? commentFailed,
  14. String? commentLoadFailed,
  15. String? commentEmpty,
  16. String? commentAdded,
  17. String? commentCreateFailed,
  18. String? likeCommentFailed,
})

Implementation

const CommunityStrings({
  this.pageTitle,
  this.joinCommunity,
  this.connectShareJourney,
  this.continueWithGoogle,
  this.continueWithApple,
  this.noCommunitiesFound,
  this.noPostsYet,
  this.loginRequired,
  this.loginRequiredLike,
  this.loginRequiredComment,
  this.errorGeneric,
  this.likeFailed,
  this.commentFailed,
  this.commentLoadFailed,
  this.commentEmpty,
  this.commentAdded,
  this.commentCreateFailed,
  this.likeCommentFailed,
});