AppLowMemoryEvent constructor

const AppLowMemoryEvent(
  1. Sdl sdl,
  2. int timestamp
)

Create an event.

Implementation

const AppLowMemoryEvent(super.sdl, super.timestamp);