menu
flutter_pitel_voip package
documentation
sip/src/event_manager/events.dart
ErrorCause
ErrorCause constructor
ErrorCause constructor
dark_mode
light_mode
ErrorCause
constructor
ErrorCause
(
{
int
?
status_code
,
String
?
cause
,
String
?
reason_phrase
,
})
Implementation
ErrorCause({this.status_code, this.cause, this.reason_phrase});
flutter_pitel_voip package
documentation
sip/src/event_manager/events
ErrorCause
ErrorCause constructor
ErrorCause class