PLYOptions constructor

PLYOptions({
  1. ExportTypes type = ExportTypes.ascii,
  2. bool littleEndian = true,
})

Implementation

PLYOptions({
  this.type = ExportTypes.ascii,
  this.littleEndian = true
});