AppState<T> constructor

const AppState<T>(
  1. T data
)

Implementation

const AppState(this.data);