Application constructor

Application(
  1. Snowflake _id,
  2. int _flags
)

Implementation

Application(this._id, this._flags);