ChatMemberInfoModel class

Constructors

ChatMemberInfoModel({required String documentID, required String authorId, required String appId, String? roomId, DateTime? timestamp, ChatMemberInfoAccessibleByGroup? accessibleByGroup, List<String>? accessibleByMembers, List<String>? readAccess})

Properties

accessibleByGroup ChatMemberInfoAccessibleByGroup?
getter/setter pair
accessibleByMembers List<String>?
getter/setter pair
appId String
getter/setter pairoverride
authorId String
getter/setter pair
documentID String
getter/setter pairoverride
hashCode int
The hash code for this object.
no setteroverride
readAccess List<String>?
getter/setter pair
roomId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp DateTime?
getter/setter pair

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
override
copyWith({String? documentID, String? authorId, String? appId, String? roomId, DateTime? timestamp, ChatMemberInfoAccessibleByGroup? accessibleByGroup, List<String>? accessibleByMembers, List<String>? readAccess}) ChatMemberInfoModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity({String? appId}) ChatMemberInfoEntity
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromEntity(String documentID, ChatMemberInfoEntity? entity) Future<ChatMemberInfoModel?>
fromEntityPlus(String documentID, ChatMemberInfoEntity? entity, {String? appId}) Future<ChatMemberInfoModel?>

Constants

id → const String
packageName → const String