Command constructor
Command({})
Returns a new Command instance.
Implementation
Command({
required this.args,
this.createdAt,
required this.description,
required this.name,
required this.set_,
this.updatedAt,
});