Response constructor

Response(
  1. String _authID,
  2. String _authRole
)

Implementation

Response(this._authID, this._authRole);