csvFile property
String?
get
csvFile
Implementation
static String? get csvFile {
if (_csvFile == null || _csvFile!.isEmpty) {
_csvFile = kDefaultCSV;
}
return _csvFile;
}
static String? get csvFile {
if (_csvFile == null || _csvFile!.isEmpty) {
_csvFile = kDefaultCSV;
}
return _csvFile;
}