FireteamSummary class

Annotations
  • @JsonSerializable()

Constructors

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

Properties

activityType int?
getter/setter pair
alternateSlotCount int?
getter/setter pair
availableAlternateSlotCount int?
getter/setter pair
availablePlayerSlotCount int?
getter/setter pair
dateCreated String?
getter/setter pair
dateModified String?
getter/setter pair
datePlayerModified String?
getter/setter pair
fireteamId String?
getter/setter pair
groupId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isImmediate bool?
getter/setter pair
isPublic bool?
getter/setter pair
isValid bool?
getter/setter pair
locale String?
getter/setter pair
ownerCurrentGuardianRankSnapshot int?
getter/setter pair
ownerHighestLifetimeGuardianRankSnapshot int?
getter/setter pair
ownerMembershipId String?
getter/setter pair
ownerTotalCommendationScoreSnapshot int?
getter/setter pair
platform FireteamPlatform?
getter/setter pair
playerSlotCount int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledTime String?
getter/setter pair
title String?
getter/setter pair
titleBeforeModeration 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<FireteamSummary>