menu
livetalk_sdk package
documentation
entity/live_talk_error.dart
LiveTalkError
LiveTalkError.new constructor
LiveTalkError.new constructor
dark_mode
light_mode
LiveTalkError
constructor
LiveTalkError
(
{
required
int
statusCode
,
required
String
errorKey
,
Map
<
String
,
dynamic
>
?
message
,
})
Implementation
LiveTalkError({ required this.statusCode, required this.errorKey, this.message, });
livetalk_sdk package
documentation
entity/live_talk_error
LiveTalkError
LiveTalkError.new constructor
LiveTalkError class