CommandDispatched constructor Null safety
- {CommandId? id}
Implementation
factory CommandDispatched({
$43.CommandId? id,
}) {
final _result = create();
if (id != null) {
_result.id = id;
}
return _result;
}
factory CommandDispatched({
$43.CommandId? id,
}) {
final _result = create();
if (id != null) {
_result.id = id;
}
return _result;
}