WTResult.init constructor

WTResult.init()

Implementation

WTResult.init() {
  this.success = false;
  this.error = null;
}