WTResult constructor

WTResult(
  1. bool success,
  2. String? error
)

Implementation

WTResult(this.success, this.error);