removeTXTFromSectionFileName method

dynamic removeTXTFromSectionFileName(
  1. int index
)

Implementation

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