WavesSpectrumData constructor
WavesSpectrumData({})
Implementation
WavesSpectrumData(
{required this.deltaRaw,
required this.thetaRaw,
required this.alphaRaw,
required this.betaRaw,
required this.gammaRaw,
required this.deltaRel,
required this.thetaRel,
required this.alphaRel,
required this.betaRel,
required this.gammaRel});