menu
flutter_linkedin_api package
documentation
data_model/profile_error.dart
ProfileError
ProfileError.new constructor
ProfileError.new constructor
dark_mode
light_mode
ProfileError
constructor
ProfileError
(
{
int
serviceErrorCode
=
1
,
String
message
=
""
,
int
status
=
1
,
})
Implementation
ProfileError({ this.serviceErrorCode = 1, this.message = "", this.status = 1, });
flutter_linkedin_api package
documentation
data_model/profile_error
ProfileError
ProfileError.new constructor
ProfileError class