SkillData class

Stores a Skills' data.

Constructors

SkillData({required String name, required Skill element, required String effect, required Map personas, required String? negotiations, List<String>? fusion, String? unique, required bool dlc, String? note, int? cost})
SkillData.fromJson(String name, Map<String, dynamic> json)
factory

Properties

dlc bool
final
effect String
final
element Skill
final
fusion List<String>?
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
negotiations String?
final
note String?
final
personas Map
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unique String?
final

Methods

calculateCost() String
Calculates the cost of the skill
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.
override

Operators

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