TPChannel class

Inheritance

Constructors

TPChannel(Map<String, dynamic> entity)

Properties

hashCode int
The hash code for this object.
no setterinherited
mBannedUsers List<TPMember>
getter/setter pair
mLastMessage TPMessage?
getter/setter pair
mMutedUsers List<TPMember>
getter/setter pair
mUserMap Map<String, TPMember>
getter/setter pair
mUsers List<TPMember>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBannedUsers() List<TPMember>
getBoolean(String key) bool
inherited
getCategory() String
getChannelId() String
getChannelName() String
getChannelOwnerId() String
getData() Map<String, dynamic>?
getImageUrl() String
getInt(String key) int
inherited
getInvitationCode() String
getLastMessage() TPMessage?
getLastReadAt() int
getList(String key) List
inherited
getMap(String key) Map<String, dynamic>
inherited
getMaxMemberCount() int
getMemberCount() int
getMemberMap() Map<String, TPMember>
getMembers() List<TPMember>
getMessageUnreadCount(TPMessage tpMessage) int
getMutedUsers() List<TPMember>
getPrivateData() Map<String, dynamic>?
getPrivateTag() String
getProperty(String key) String
inherited
getPushNotificationSound() String
getSubCategory() String
getType() String
getUnreadCount() int
isFrozen() bool
isPushNotificationDisabled() bool
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