index property

Future<String> Function()? index
getter/setter pair

A function representing the main controller function to load for this route. This is typically used to render the index of the controller.

Implementation

late Future<String> Function()? index;