ResultInfo constructor

ResultInfo(
  1. String? code,
  2. String? msg
)

Implementation

ResultInfo(this.code, this.msg);