RsvpManager 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

countAtStatus(String status) Future<int>
get the count of Yes/Maybe/No
drop() → void
Manually drops the object and unregisters the FinalizableHandle.
hasRsvpEntries() bool
whether manager has rsvp entries
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
respondedByMe() Future<OptionRsvpStatus>
get Yes/Maybe/No or None for the user’s own status
rsvpDraft() RsvpDraft
create rsvp draft
rsvpEntries() Future<FfiListRsvp>
get rsvp entries
subscribeStream() Stream<bool>
get informed about changes to this manager
toString() String
A string representation of this object.
inherited
totalRsvpCount() int
get total rsvp count
usersAtStatus(String status) Future<FfiListUserId>
get the user-ids that have responded for Yes/Maybe/No

Operators

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