SurvivorSquadPreset class Null safety

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
read / write
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
slotIndices List<int>
list of slots
read / write
squadIds List<String>
list of squad ids
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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