RemoteCommand constructor
- required String id,
- required RemoteCommandType type,
- JsonMap? payload,
Implementation
const RemoteCommand({
required this.id,
required this.type,
this.payload,
});
const RemoteCommand({
required this.id,
required this.type,
this.payload,
});