GroupCountModel constructor

GroupCountModel({
  1. required int contacts,
})

Implementation

GroupCountModel({required this.contacts});