MultiSelectionModel({required String titleStatic,required bool isSelectStatic}) { title = titleStatic; isSelect = isSelectStatic; }