SkillData class Null safety
Stores a Skills' data.
Constructors
Properties
- dlc → bool
-
final
- effect → String
-
final
- element → Skill
-
final
-
fusion
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- name → String
-
final
- negotiations → String?
-
final
- note → String?
-
final
- personas → Map
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- unique → String?
-
final
Methods
-
calculateCost(
) → String - Calculates the cost of the skill
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited