Intrinsics class

Player intrinsics ranks for both railjack and drifter

Annotations
  • @JsonSerializable.new()

Constructors

Intrinsics({required int railjack, required int engineering, required int gunnery, required int piloting, required int tactical, required int command, required int drifter, required int riding, required int combat, required int opportunity, required int endurance})
Player intrinsics ranks for both railjack and drifter
const
Intrinsics.fromJson(Map<String, dynamic> json)
Get Intrinsics from json
factory

Properties

combat int
Drifter combat rank
final
command int
Railjack command rank
final
drifter int
Drifter affinity owned
final
endurance int
Drifter endurance rank
final
engineering int
Railjack engineering rank
final
gunnery int
Railjack gunnery rank
final
hashCode int
The hash code for this object.
no setterinherited
opportunity int
Drifter opportunity rank
final
piloting int
Railjack piloting rank
final
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
railjack int
Railjack affinity owned
final
riding int
Drifter riding rank
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
tactical int
Railjack tactical rank
final

Methods

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

Operators

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