Application constructor

Application(
  1. String applicationId,
  2. int port
)

Implementation

Application(this.applicationId, this.port);