Command constructor
const
Command({})
Implementation
const Command({
required this.action,
required this.target,
this.args = const {},
this.priority,
this.metadata,
});
const Command({
required this.action,
required this.target,
this.args = const {},
this.priority,
this.metadata,
});