name property

  1. @override
String get name

The name of the controller. By default, it is the runtime type of the controller. Override this property to provide a custom name.

Implementation

@override
String get name => runtimeType.toString();