num length

Source

@override
num get length {
  // We could load the WAV-file, parse the header and get the correct length!
  return double.NAN;
}