PiecesGalleryModel constructor

PiecesGalleryModel(
  1. Uint8List item,
  2. int index
)

Implementation

PiecesGalleryModel(this.item, this.index);