buttons property

List<Button> buttons

All of the Button objects on the network that the user's device has permission to access.

Implementation

List<Button> get buttons => List.from(_buttons, growable: false);