NotificationInput.selection constructor
const
NotificationInput.selection({
- required String id,
- required List<
NotificationSelection> selections, - String? title,
- String? defaultSelectionId,
Implementation
const NotificationInput.selection({
required this.id,
required this.selections,
this.title,
this.defaultSelectionId,
}) : type = 'selection',
placeholder = null;