fftStream property

Stream<FFTStreamModel>? get fftStream

Implementation

Stream<FFTStreamModel>? get fftStream {
  return _fftStream;
}