assignId property

bool assignId
final

Whether to assign a unique ID to the controller when registering globally.

If true, a unique ID will be assigned to the controller when registering it globally. If false, no ID will be assigned.

Implementation

final bool assignId;