events property

Implementation

Stream<GamePadControllerEventData> get events async* {
  yield GamePadControllerEventData.empty();
}