UpiIosModel constructor

UpiIosModel({
  1. String? appName,
  2. String? appIcon,
})

Implementation

UpiIosModel({this.appName, this.appIcon});