Status constructor

Status({
  1. String? msg,
  2. String? version,
  3. int? code,
})

Implementation

Status({this.msg, this.version, this.code});