Application constructor

Application({
  1. int? id,
  2. String? title,
})

Implementation

Application({this.id, this.title, this.logo});