ListLicensesResponse constructor

ListLicensesResponse({
  1. List<License> data = const [],
  2. PaginationLinks? links,
})

Returns a new ListLicensesResponse instance.

Implementation

ListLicensesResponse({
  this.data = const [],
  this.links,
});