data property

List<int?> data
final

The data. null value means unknown.

Implementation

final List<int?> data;