buttons property Null safety

List<GamepadButton>? buttons
@Creates('JSExtendableArray|GamepadButton'), @Returns('JSExtendableArray')

Implementation

@Creates('JSExtendableArray|GamepadButton')
@Returns('JSExtendableArray')
List<GamepadButton>? get buttons native;