data property

List<T> data
final

An array of the requested objects, in a specific order.

Implementation

final List<T> data;