bodyList<T> method
The JSON array body, each element decoded with deserialize.
Implementation
Future<List<T>> bodyList<T>(
T Function(Map<String, Object?> json) deserialize,
) =>
extractors.bodyList<T>(deserialize).require(this);