Result constructor

Result(
  1. int code,
  2. dynamic data, {
  3. String? msg,
})

Implementation

Result(this.code, this.data, {this.msg});