buttons property

List<Button>? buttons
getter/setter pair

A list of buttons.

Buttons is also oneof data and only one of these fields should be set.

Implementation

core.List<Button>? buttons;