json method Null safety

dynamic json()

Implementation

dynamic json() {
  return jsonDecode(body!);
}