AppContext constructor

AppContext({
  1. List<String>? appTypes,
})

Implementation

AppContext({
  this.appTypes,
});