GemsConfiguration.from constructor
Returns the new instance of GemsConfiguration based on arguments.
Implementation
GemsConfiguration.from({
required this.gems,
required this.gemsPerSkill,
required this.useGems,
});
Returns the new instance of GemsConfiguration based on arguments.
GemsConfiguration.from({
required this.gems,
required this.gemsPerSkill,
required this.useGems,
});