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