LMNotificationFeedItemViewDataBuilder class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

action(int action) → void
actionBy(List<LMUserViewData> actionBy) → void
actionOn(String actionOn) → void
activityEntityViewData(LMActivityEntityViewData activityEntityData) → void
activityText(String activityText) → void
build() LMNotificationFeedItemViewData
createdAt(DateTime createdAt) → void
cta(String cta) → void
entityId(String entityId) → void
entityOwnerId(String entityOwnerId) → void
entityType(int entityType) → void
id(String id) → void
isRead(bool isRead) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updatedAt(DateTime updatedAt) → void

Operators

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