isCsv property

bool isCsv

Check file is csv or not

Implementation

bool get isCsv => _endsWith('.csv');