IMCommand constructor

IMCommand({
  1. String? action,
  2. String? module,
  3. String? from,
  4. String? to,
  5. String? timestamp,
})

Implementation

IMCommand({this.action, this.module, this.from, this.to, this.timestamp});