ShortcutModel(Model super.parent, super.id, {String? key, String? action}) { this.key = key; this.action = action; }