ResultCode constructor

ResultCode(
  1. int _value
)

Constructor from an integer value.

Implementation

ResultCode(this._value);