menu
rollbar_flutter_aio package
documentation
rollbar_dart/src/data/payload/exception_info.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_aio package
documentation
rollbar_dart/src/data/payload/exception_info
ExceptionInfo
ExceptionInfo.new const constructor
ExceptionInfo class