DestinyActivityMatchmakingBlockDefinition class
Information about matchmaking and party size for the activity.
- Annotations
-
- @JsonSerializable()
Constructors
- DestinyActivityMatchmakingBlockDefinition()
-
DestinyActivityMatchmakingBlockDefinition.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isMatchmade ↔ bool?
-
If TRUE, the activity is matchmade. Otherwise, it requires explicit forming of a party.
getter/setter pair
- maxParty ↔ int?
-
The maximum # of people allowed in a Fireteam.
getter/setter pair
- maxPlayers ↔ int?
-
The maximum # of people allowed across all teams in the activity.
getter/setter pair
- minParty ↔ int?
-
The minimum # of people in the fireteam for the activity to launch.
getter/setter pair
- requiresGuardianOath ↔ bool?
-
If true, you have to Solemnly Swear to be up to Nothing But Good(tm) to play.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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<DestinyActivityMatchmakingBlockDefinition>