data property

List<IPackSummary>? get data

Property getter and setter for data:

Implementation

List<IPackSummary>? get data;
set data (List<IPackSummary>? data)

Implementation

set data(List<IPackSummary>? data);