readListFloat64 method

List<double> readListFloat64({
  1. int csz = 0,
  2. int? size,
})

Implementation

@pragma('vm:prefer-inline')
@pragma('dart2js:tryInline')
List<double> readListFloat64({int csz = 0, int? size}) =>
    readList(_listReaderFloat64, csz: csz, size: size);