ApplicationInfoModel constructor

ApplicationInfoModel(
  1. String name,
  2. bool trusted,
  3. Uint8List logoPicture
)

Implementation

ApplicationInfoModel(this.name, this.trusted, this.logoPicture);