Command constructor
Command({
- required CommandCode code,
- Map<
String, dynamic> ? data,
Implementation
Command({
required this.code,
this.data,
});
Command({
required this.code,
this.data,
});