mage property

Future<Mage> get mage

Implementation

Future<Mage> get mage async => Mage()
  ..mergeFromProto3Json((await http.get(u("/mage"), headers: h)).json);