decodeInt method

  1. @override
int decodeInt()
override

Decodes the data as an integer value.

Implementation

@override
int decodeInt() {
  throw CodableException.unsupportedMethod('CsvDecoder', 'decodeInt',
      reason: 'Row-level decoding only supports decodeKeyed() and decodeMapped().');
}