global property

bool global
final

Whether the controller should be registered globally.

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

Implementation

final bool global;