decodeDouble method
Decodes the data as a double value.
Implementation
@override
double decodeDouble() {
throw CodableException.unsupportedMethod('CsvDecoder', 'decodeDouble',
reason: 'Row-level decoding only supports decodeKeyed() and decodeMapped().');
}