Meta constructor

const Meta({
  1. int? status,
  2. String? msg,
  3. String? responseId,
})

Meta Constructor

Implementation

const Meta({
  this.status,
  this.msg,
  this.responseId,
});