SyGroup class

Constructors

SyGroup({String? groupId, String? groupName, String? groupIntroduction, String? groupNotice, String? groupAvatar, String? groupExt, num? groupInviteStatus, num? groupSpeakStatus, String? ownerOutId, num? personMax, num? currentPersonNum, String? sessionId})
SyGroup.fromJson(dynamic json)

Properties

currentPersonNum num?
no setter
groupAvatar String?
no setter
groupExt String?
no setter
groupId String?
no setter
groupIntroduction String?
no setter
groupInviteStatus num?
no setter
groupName String?
no setter
groupNotice String?
no setter
groupSpeakStatus num?
no setter
hashCode int
The hash code for this object.
no setterinherited
ownerOutId String?
no setter
personMax num?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
no setter

Methods

copyWith({String? groupId, String? groupName, String? groupIntroduction, String? groupNotice, String? groupAvatar, String? groupExt, num? groupInviteStatus, num? groupSpeakStatus, String? ownerOutId, num? personMax, num? currentPersonNum, String? sessionId}) SyGroup
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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