menu
linklytics_flutter package
documentation
community/data/response/community_response.dart
CommunityResponse
CommunityResponse.new constructor
CommunityResponse.new constructor
dark_mode
light_mode
CommunityResponse
constructor
CommunityResponse
(
{
required
List
<
Community
>
data
,
required
Links
links
,
required
Meta
meta
,
})
Implementation
CommunityResponse({ required this.data, required this.links, required this.meta, });
linklytics_flutter package
documentation
community/data/response/community_response
CommunityResponse
CommunityResponse.new constructor
CommunityResponse class