UserRoomSettings 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
-
drop(
) → void - Manually drops the object and unregisters the FinalizableHandle.
-
hasSeenSuggested(
) → bool - whether or not the user has already seen the suggested children
-
includeCalSync(
) → bool - whether or not the user wants to include this in the calendar sync
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setHasSeenSuggested(
bool newValue) → Future< bool> -
Set the value of
has_seen_suggested
for this room -
setIncludeCalSync(
bool newValue) → Future< bool> -
Set the value of
include_cal_sync
for this room -
subscribeStream(
) → Stream< bool> - Trigger when this object needs to be refreshed
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited