writeDoubleList abstract method

void writeDoubleList(
  1. List<double> list, {
  2. bool writeLength = true,
})

Write a list of doubles.

Implementation

void writeDoubleList(List<double> list, {bool writeLength = true});