tag property

String? get tag

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

Implementation

String? get tag => null;