FeedMenuPageBuilder class

Inheritance
  • Object
  • PageBuilder
  • SingleComponentPageBuilder
  • FeedMenuPageBuilder

Constructors

FeedMenuPageBuilder(String uniqueId, String pageId, AppModel app, String memberId, HomeMenuModel theHomeMenu, AppBarModel theAppBar, DrawerModel leftDrawer, DrawerModel rightDrawer)

Properties

app → AppModel
finalinherited
hashCode int
The hash code for this object.
no setterinherited
leftDrawer → DrawerModel
finalinherited
memberId String
finalinherited
pageId String
finalinherited
rightDrawer → DrawerModel
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
theAppBar → AppBarModel
finalinherited
theHomeMenu → HomeMenuModel
finalinherited
uniqueId String
finalinherited

Methods

doIt({required String componentName, required String componentIdentifier, required String title, required String description}) Future<PageModel>
inherited
followersDashboardComponent(String componentId) → LabelledBodyComponentModel
followingDashboardComponent(String componentId) → LabelledBodyComponentModel
followRequestsDashboardComponent(String componentId) → LabelledBodyComponentModel
inviteDashboardComponent(String componentId) → LabelledBodyComponentModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run({required FeedModel? feed, required String? feedIdentifier, required String feedMenuComponentIdentifier, required String feedFrontComponentIdentifier, required String followRequestsDashboardComponentIdentifier, required String followersDashboardComponentIdentifier, required String followingDashboardComponentIdentifier, required String inviteDashboardComponentIdentifier, required String profileComponentIdentifier}) Future<PageModel>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

assertFeedModel(FeedModel? feed, String? feedIdentifier, String appId, String uniqueId) Future<FeedModel>