RoomMembership class

The room membership details.

Constructors

RoomMembership({String? invitedBy, Member? member, RoomMembershipRole? role, String? roomId, DateTime? updatedTimestamp})
RoomMembership.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
invitedBy String?
The identifier of the user that invited the room member.
final
member Member?
final
role RoomMembershipRole?
The membership role.
final
roomId String?
The room ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedTimestamp DateTime?
The room membership update timestamp, in ISO 8601 format.
final

Methods

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