CommunityResponse constructor

CommunityResponse({
  1. List<Community>? list,
})

Implementation

CommunityResponse({this.list});