assignId property
Whether to assign a unique ID to the controller when registering globally.
If set to true
, a unique ID will be assigned to the controller when registering it globally.
If set to false
, no ID will be assigned.
Implementation
final bool assignId;