SuccessResult constructor

SuccessResult(
  1. String msg,
  2. int code
)

Implementation

SuccessResult(this.msg, this.code) : super._();