Command constructor

Command(
  1. CommandCode code,
  2. Map<String, String>? data
)

Implementation

Command(this.code, this.data);