directoryIndex property

  1. @override
String directoryIndex
override

represents the index file to use. The default value is index.html.

Implementation

@override
String get directoryIndex => _directoryIndex;