AppEvent constructor

const AppEvent({
  1. String description = "",
})

Implementation

const AppEvent({this.description = ""});