const HandleResult(int status, [Handle _handle])
const HandleResult(final int status, [this._handle]) : super(status);