Report class
Constructors
Properties
-
applicationParameters
→ Map<
String, dynamic> -
Application info
final
-
customParameters
→ Map<
String, dynamic> -
Custom parameters passed to report
final
- dateTime → DateTime
-
Time when it was caught
final
-
deviceParameters
→ Map<
String, dynamic> -
Device info
final
- error → dynamic
-
Error that has been caught
final
- errorDetails → FlutterErrorDetails?
-
FlutterErrorDetails data if present
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- platformType → PlatformType
-
Type of platform used
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenshot → File?
-
Screenshot of screen where error happens. Screenshot won't work everywhere
(i.e. web platform), so this may be null.
final
- stackTrace → dynamic
-
Stack trace of error
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
{bool enableDeviceParameters = true, bool enableApplicationParameters = true, bool enableStackTrace = true, bool enableCustomParameters = false}) → Map< String, dynamic> - Creates json from current instance
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited