GroupV2Card class
A small infocard of group information, usually used for when a list of groups are returned
- Annotations
-
- @JsonSerializable()
Constructors
- GroupV2Card()
-
GroupV2Card.fromJson(Map<
String, dynamic> json) -
factory
Properties
- about ↔ String?
-
getter/setter pair
- avatarPath ↔ String?
-
getter/setter pair
- capabilities ↔ Capabilities?
-
getter/setter pair
- clanInfo ↔ GroupV2ClanInfo?
-
This contract contains clan-specific group information. It does not include any investment data.
getter/setter pair
- creationDate ↔ String?
-
getter/setter pair
- groupId ↔ String?
-
getter/setter pair
- groupType ↔ GroupType?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- locale ↔ String?
-
getter/setter pair
- memberCount ↔ int?
-
getter/setter pair
- membershipOption ↔ MembershipOption?
-
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
- 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<GroupV2Card>