AppState constructor

AppState({
  1. List<KeyedAppState>? keyedAppState,
  2. String? packageName,
})

Implementation

AppState({this.keyedAppState, this.packageName});