parse method

dynamic parse(
  1. String data
)

Implementation

dynamic parse(String data) => jsonDecode(data);