hasFft property

bool get hasFft

Returns true if this visualization data has valid FFT data.

Implementation

bool get hasFft => fft != null && fft!.isNotEmpty;