VChatGroupChatInfo class

Constructors

VChatGroupChatInfo({required String title, required String imageThumb, required VChatUserGroupRole role, required bool isGroupCreator, required int totalGroupMembers})
const
VChatGroupChatInfo.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
imageThumb String
final
isGroupCreator bool
final
isMyAdmin bool
no setter
role VChatUserGroupRole
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
totalGroupMembers int
final

Methods

copyWith({String? title, String? imageThumb, int? totalGroupMembers, VChatUserGroupRole? role, bool? isGroupCreator}) VChatGroupChatInfo
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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