GemsConfiguration class

This class represents a configuration related to gems during learning.

Constructors

GemsConfiguration.from({required int gems, required int gemsPerSkill, required bool useGems})
Returns the new instance of GemsConfiguration based on arguments.

Properties

gems int
The gems
final
gemsPerSkill int
The gemes per skill
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useGems bool
The flag that represents use gems or not
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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