ListEntitlementsResponse constructor

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

Returns a new ListEntitlementsResponse instance.

Implementation

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