RecordedVertices constructor

const RecordedVertices(
  1. int count, {
  2. required bool transient,
  3. int slot = 0,
})

Implementation

const RecordedVertices(this.count, {required this.transient, this.slot = 0});