jsonList property

List get jsonList

Implementation

List<dynamic> get jsonList => jsonDecode(body) as List<dynamic>;