App constructor

App({
  1. String? name,
  2. String? packageName,
})

Implementation

App({this.name, this.packageName});