CellShuffled constructor

CellShuffled(
  1. GlobalVectorDefinition cell, [
  2. List<int> positions = const []
])

Implementation

CellShuffled(this.cell, [this.positions = const []]);