GroupV2 class

Annotations
  • @JsonSerializable()

Constructors

GroupV2()
GroupV2.fromJson(Map<String, dynamic> json)
factory

Properties

about String?
getter/setter pair
allowChat bool?
getter/setter pair
avatarImageIndex int?
getter/setter pair
avatarPath String?
getter/setter pair
banExpireDate String?
getter/setter pair
bannerPath String?
getter/setter pair
chatSecurity ChatSecuritySetting?
getter/setter pair
clanInfo GroupV2ClanInfoAndInvestment?
The same as GroupV2ClanInfo, but includes any investment data.
getter/setter pair
conversationId String?
getter/setter pair
creationDate String?
getter/setter pair
defaultPublicity GroupPostPublicity?
getter/setter pair
enableInvitationMessagingForAdmins bool?
getter/setter pair
features GroupFeatures?
getter/setter pair
groupId String?
getter/setter pair
groupType GroupType?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homepage GroupHomepage?
getter/setter pair
isDefaultPostPublic bool?
getter/setter pair
isPublic bool?
getter/setter pair
isPublicTopicAdminOnly bool?
getter/setter pair
locale String?
getter/setter pair
memberCount int?
getter/setter pair
membershipIdCreated String?
getter/setter pair
membershipOption MembershipOption?
getter/setter pair
modificationDate String?
getter/setter pair
motto String?
getter/setter pair
name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
getter/setter pair
theme String?
getter/setter pair

Methods

asyncToJson() Future<Map<String, dynamic>>
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

Static Methods

asyncFromJson(Map<String, dynamic> json) Future<GroupV2>