CollectionInitEvent<Item extends TransferObjectBase<Id>, Id> constructor

CollectionInitEvent<Item extends TransferObjectBase<Id>, Id>(
  1. int collectionLength,
  2. int windowOffset,
  3. List<OrderedData<Item>> data
)

Implementation

CollectionInitEvent(
  this.collectionLength,
  this.windowOffset,
  this.data,
);