flutter_linkedin
profile_error
ProfileError
ProfileError constructor
ProfileError
flutter_linkedin
profile_error
ProfileError
ProfileError constructor
ProfileError class
Constructors
ProfileError
fromJson
Properties
message
serviceErrorCode
status
hashCode
runtimeType
Methods
toJson
noSuchMethod
toString
Operators
operator ==
ProfileError
constructor
ProfileError
(
{
int
serviceErrorCode
,
String
message
,
int
status
}
)
Implementation
ProfileError({ this.serviceErrorCode, this.message, this.status, });