ShortcutArg constructor
ShortcutArg({})
Implementation
ShortcutArg({
required this.id,
required this.shortLabel,
this.longLabel = '',
this.iconResourceName = '',
this.uri = '',
this.enabled = true,
}) : assert(id.isNotEmpty),
assert(shortLabel.isNotEmpty);