GroupsList constructor

const GroupsList({
  1. UserProfile? profileDetails,
  2. Key? key,
})

Implementation

const GroupsList({
  this.profileDetails,
  final Key? key,
}) : super(key: key);