signature method
Returns a human-readable description of this struct's current field values.
Implementation
@override
String signature() => '$structName(frameCount: $frameCount, sampleRate: $sampleRate, sampleSize: $sampleSize, channels: $channels, data: $dataLength)';