Authorization constructor

Authorization(
  1. int _id,
  2. String _name,
  3. List _roles
)

Implementation

Authorization(this._id, this._name, this._roles);