Manabar constructor
Manabar({
- dynamic currentMana,
- int? lastUpdateTime,
Implementation
Manabar({this.currentMana, this.lastUpdateTime});
Manabar({this.currentMana, this.lastUpdateTime});