PhoenixListGroupPartition constructor
const
PhoenixListGroupPartition({
- Key? key,
- required Map<
String, List< groupList,DataHelper> >
Implementation
const PhoenixListGroupPartition({
super.key,
required this.groupList,
});