decodeBool method

  1. @override
bool decodeBool()
override

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().');
}