MmWsAction constructor

MmWsAction(
  1. String action,
  2. Map<String, dynamic>? data
)

Implementation

MmWsAction(this.action, this.data);