toTitle method

String toTitle()

Implementation

String toTitle() => basenameWithoutExtension(name).replaceAll("_", " ");