dataList property

List<R> dataList

Implementation

List<R> get dataList => List.of(_dataList, growable: false);