CommandModelFunc constructor
CommandModelFunc({})
Implementation
CommandModelFunc({
required super.title,
required this.func,
super.command,
super.description,
super.path,
super.external,
});
CommandModelFunc({
required super.title,
required this.func,
super.command,
super.description,
super.path,
super.external,
});