menu
nabit_app
model\social_feed_models\social_feed_response_model.dart
SocialFeedResponse
SocialFeedResponse constructor
SocialFeedResponse
dark_mode
light_mode
SocialFeedResponse
constructor
SocialFeedResponse
(
{
int
?
code
,
String
?
status
,
String
?
message
,
Data
?
data
}
)
Implementation
SocialFeedResponse({ this.code, this.status, this.message, this.data, });
nabit_app
social_feed_response_model
SocialFeedResponse
SocialFeedResponse constructor
SocialFeedResponse class