CommunityStrings constructor
const
CommunityStrings({
- String? pageTitle,
- String? joinCommunity,
- String? continueWithGoogle,
- String? continueWithApple,
- String? noCommunitiesFound,
- String? noPostsYet,
- String? loginRequired,
- String? loginRequiredLike,
- String? loginRequiredComment,
- String? errorGeneric,
- String? likeFailed,
- String? commentFailed,
- String? commentLoadFailed,
- String? commentEmpty,
- String? commentAdded,
- String? commentCreateFailed,
- 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,
});