menu
rollbar_flutter package
documentation
rollbar_flutter.dart
ExceptionInfo
ExceptionInfo.new const constructor
ExceptionInfo.new const constructor
dark_mode
light_mode
ExceptionInfo
constructor
const
ExceptionInfo
(
{
required
String
type
,
required
String
message
,
String
?
description
,
})
Implementation
const ExceptionInfo({ required this.type, required this.message, this.description, });
rollbar_flutter package
documentation
rollbar_flutter
ExceptionInfo
ExceptionInfo.new const constructor
ExceptionInfo class