ScheduleRoomStore class

Constructors

ScheduleRoomStore()

Properties

groupedConferences → Rx<SplayTreeMap<DateTime, List<TUIConferenceInfo>>>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfUserId String
getter/setter pair
selfUserName String
getter/setter pair

Methods

addConference(TUIConferenceInfo newConference) → void
changeConferenceInfo(TUIConferenceInfo conferenceInfo, List<TUIConferenceModifyFlag> modifyFlagList) → void
changeConferenceStatus(String roomId, TUIConferenceStatus status) → void
fetchConferenceList() → void
fetchMoreConference() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshConferenceList() → void
removeConference(String roomId) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

to ScheduleRoomStore
no setter