Result constructor

Result(
  1. bool success,
  2. RtcError? error
)

Implementation

Result(this.success, this.error);