SurvivorSquadPreset class

Survivor squad preset object

Constructors

SurvivorSquadPreset({required List<String> characterIds, required List<String> squadIds, required List<int> slotIndices})
constructor

Properties

characterIds List<String>
list of character ids
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slotIndices List<int>
list of slots
getter/setter pair
squadIds List<String>
list of squad ids
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
convert to json
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited