buttons property Null safety

  1. @Creates('JSExtendableArray|GamepadButton')
  2. @Returns('JSExtendableArray')
List<GamepadButton>? buttons

Implementation

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