AppNotInstalled constructor

AppNotInstalled(
  1. String appName,
  2. List<String> features
)

Implementation

AppNotInstalled(this.appName, this.features);