menu
bodsquare_sdk package
documentation
linking/models/get_facebook_response.dart
GetFacebookResponse
GetFacebookResponse const constructor
GetFacebookResponse const constructor
dark_mode
light_mode
GetFacebookResponse
constructor
const
GetFacebookResponse
(
{
String
?
status
,
String
?
message
,
int
?
code
,
List
<
Facebook
>
?
data
,
})
Implementation
const GetFacebookResponse({ this.status, this.message, this.code, this.data, });
bodsquare_sdk package
documentation
linking/models/get_facebook_response
GetFacebookResponse
GetFacebookResponse const constructor
GetFacebookResponse class