convert method

Future convert()

Implementation

Future<dynamic> convert() async {
  final d = jsonDecode(body);
  return d;
}