tag property

  1. @protected
String? get tag

The tag used to locate the associated controller. If null, the first instance of the controller type will be used.

Implementation

@protected
String? get tag => null;