VMyGroupInfo class

Constructors

VMyGroupInfo({required bool isMeOut, required int membersCount, required int totalOnline, required VGroupMemberRole myRole, required VMyGroupSettings? groupSettings})
const
VMyGroupInfo.empty()
VMyGroupInfo.fromMap(Map<String, dynamic> map)
factory

Properties

groupSettings VMyGroupSettings?
final
hashCode int
The hash code for this object.
no setterinherited
isMeAdmin bool
no setter
isMeAdminOrSuperAdmin bool
no setter
isMeMember bool
no setter
isMeOut bool
final
isMeSuperAdmin bool
no setter
membersCount int
final
myRole VGroupMemberRole
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalOnline int
final

Methods

copyWith({bool? isMeOut, int? membersCount, int? totalOnline, VGroupMemberRole? myRole, VMyGroupSettings? groupSettings}) VMyGroupInfo
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