global property

bool global
final

Whether the controller should be registered globally.

If set to true, the controller will be registered globally using Get.put. If set to false, the controller will not be registered globally.

Implementation

final bool global;