ProfileListChanged constructor

ProfileListChanged({
  1. required List<String> profiles,
})

Implementation

ProfileListChanged({required this.profiles});