global property
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;
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.
final bool global;