GroupEditAction class

Annotations
  • @JsonSerializable()

Constructors

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

Properties

about String?
getter/setter pair
allowChat bool?
getter/setter pair
avatarImageIndex int?
getter/setter pair
callsign String?
getter/setter pair
chatSecurity int?
getter/setter pair
defaultPublicity int?
getter/setter pair
enableInvitationMessagingForAdmins bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
homepage int?
getter/setter pair
isPublic bool?
getter/setter pair
isPublicTopicAdminOnly bool?
getter/setter pair
locale String?
getter/setter pair
membershipOption int?
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 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<GroupEditAction>