$RawIndices constructor

$RawIndices({
  1. List<int>? indices,
})

Implementation

$RawIndices({
  this.indices,
});