Application constructor

Application({
  1. String? name,
  2. String? type,
})

Implementation

Application({this.name, this.type});