Application constructor

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

Implementation

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