SelectionData({ required this.selection, required this.title, this.data, this.icon, }) : assert(selection != null), assert(title != null);