asList method

List asList ()

Implementation

List<dynamic> asList(){
  assert(_isStream != null && !_isStream);
  return jsonDecode(asString());
}