bodyAsList property

List bodyAsList

Implementation

List get bodyAsList => _bodyAsList ??= convert.json.decode(body) as List;