RoomsUpdate class
Constructors
-
RoomsUpdate({Map<
String, JoinedRoomUpdate> ? join, Map<String, InvitedRoomUpdate> ? invite, Map<String, LeftRoomUpdate> ? leave, Map<String, KnockRoomUpdate> ? knock}) -
RoomsUpdate.fromJson(Map<
String, Object?> json)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
invite
↔ Map<
String, InvitedRoomUpdate> ? -
getter/setter pair
-
join
↔ Map<
String, JoinedRoomUpdate> ? -
getter/setter pair
-
knock
↔ Map<
String, KnockRoomUpdate> ? -
getter/setter pair
-
leave
↔ Map<
String, LeftRoomUpdate> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited