Result constructor

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

Implementation

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