mana property

  1. @override
Future<int> get mana
override

Implementation

@override
Future<int> get mana => mage.then((m) => m.mana.toInt());