Report class
Constructors
-
Report(dynamic error, dynamic stackTrace, DateTime dateTime, Map<String, dynamic> deviceParameters, Map<String, dynamic> applicationParameters, Map<String, dynamic> customParameters, FlutterErrorDetails? errorDetails, PlatformType platformType, Map screenRouters)
-
Creates report instance
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, bool enalbeScreen = true, bool enableScreenRouters = true})
→ Map<String, dynamic>
-
Creates json from current instance
-
toString()
→ String
-
A string representation of this object.
inherited