TimelineTranslations class

Annotations

Constructors

TimelineTranslations({String? anonymousUser = 'Anonymous user', String? noPosts = 'No posts yet', String? noPostsWithFilter = 'No posts with this filter', String? title = 'Title', String? titleHintText = 'Title...', String? content = 'Content', String? contentHintText = 'Content...', String? contentDescription = 'What do you want to share?', String? uploadImage = 'Upload image', String? uploadImageDescription = 'Upload an image to your message (optional)', String? allowComments = 'Are people allowed to comment?', String? allowCommentsDescription = 'Indicate whether people are allowed to respond', String? commentsTitleOnPost = 'Comments', String? checkPost = 'Check post overview', String? deletePost = 'Delete post', String? deleteReaction = 'Delete Reaction', String? viewPost = 'View post', String? likesTitle = 'Likes', String? commentsTitle = 'Are people allowed to comment?', String? firstComment = 'Be the first to comment', String? writeComment = 'Write your comment here...', String? postAt = 'at', String? postLoadingError = 'Something went wrong while loading the post', String? timelineSelectionDescription = 'Choose a category', String? searchHint = 'Search...', String? postOverview = 'Post Overview', String? postIn = 'Post in', String? postCreation = 'add post', String? yes = 'Yes', String? no = 'No', String? timeLineScreenTitle = 'iconinstagram'})
const

Properties

allowComments → String?
final
allowCommentsDescription → String?
final
anonymousUser → String?
final
checkPost → String?
final
commentsTitle → String?
final
commentsTitleOnPost → String?
final
content → String?
final
contentDescription → String?
final
contentHintText → String?
final
deletePost → String?
final
deleteReaction → String?
final
firstComment → String?
final
hashCode → int
The hash code for this object.
no setterinherited
likesTitle → String?
final
no → String?
final
noPosts → String?
final
noPostsWithFilter → String?
final
postAt → String?
final
postCreation → String?
final
postIn → String?
final
postLoadingError → String?
final
postOverview → String?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
searchHint → String?
final
timeLineScreenTitle → String?
final
timelineSelectionDescription → String?
final
title → String?
final
titleHintText → String?
final
uploadImage → String?
final
uploadImageDescription → String?
final
viewPost → String?
final
writeComment → String?
final
yes → String?
final

Methods

copyWith({String? noPosts, String? noPostsWithFilter, String? anonymousUser, String? title, String? content, String? contentDescription, String? uploadImage, String? uploadImageDescription, String? allowComments, String? allowCommentsDescription, String? commentsTitleOnPost, String? checkPost, String? postAt, String? deletePost, String? deleteReaction, String? viewPost, String? likesTitle, String? commentsTitle, String? writeComment, String? firstComment, String? postLoadingError, String? timelineSelectionDescription, String? searchHint, String? postOverview, String? postIn, String? postCreation, String? titleHintText, String? contentHintText, String? yes, String? no, String? timeLineScreenTitle}) → TimelineTranslations
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited