PhoenixListGroupPartition constructor

const PhoenixListGroupPartition({
  1. Key? key,
  2. required Map<String, List<DataHelper>> groupList,
})

Implementation

const PhoenixListGroupPartition({
  Key? key,
  required this.groupList,
}) : super(key: key);