MmWsReply constructor

MmWsReply(
  1. MmWsActionResponseStatus status,
  2. int? seqReply, {
  3. Map<String, String>? error,
  4. Map<String, dynamic>? data,
})

Implementation

MmWsReply(this.status, this.seqReply, {this.error, this.data});