UBIResult constructor

UBIResult(
  1. int code, {
  2. String? msg,
})

Implementation

UBIResult(this.code, {this.msg});