level property

Future<int> get level

Implementation

Future<int> get level async {
  return 0;
}