isCsv property

bool isCsv

Check file is csv or not

Implementation

bool get isCsv => FxString.isCsv(this);