removeTXTFromSectionFileName method
Implementation
removeTXTFromSectionFileName(int index) {
  return sections[index].fileName.replaceAll('.txt', '');
}removeTXTFromSectionFileName(int index) {
  return sections[index].fileName.replaceAll('.txt', '');
}