menu
documentation_builder package
documentation
documentation_builder.dart
TableOfContentsFactory
hasMdExtension method
hasMdExtension method
dark_mode
light_mode
hasMdExtension
method
bool
hasMdExtension
(
String
outputFileName
)
Implementation
bool hasMdExtension(String outputFileName) => outputFileName.toLowerCase().endsWith('.md');
documentation_builder package
documentation
documentation_builder
TableOfContentsFactory
hasMdExtension method
TableOfContentsFactory class