AppEvent<T> constructor

const AppEvent<T>({
  1. required T? data,
})

Implementation

const AppEvent({required super.data});