GroupBloc class

Constructors

GroupBloc({required CommunityClient communityClient, required String groupId})

Properties

client GroupClient
finalinherited
controller ↔ ListController<Section>
getter/setter pair
groupId String
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addAllSections(List<Section> sections) → void
clearAllSections(List<String> feedGroups) → void
Clear all Group] for the given feedGroups.
clearSection(String sectionId) → void
Clear section] for a given sectionId.
dispose() → void
inherited
getSectionListStream(String sectionId) Stream<List<Section>>?
getSections(String groupId) List<Section>?
initBloc() → void
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