StatParams class

Constructors

StatParams({String type = 'debug_report_data', required String debugReportId, required Map<String, dynamic> reportData, int debugReportVersion = 1, String? id, String jsonrpc = '2.0'})

Properties

debugReportId String
final
debugReportVersion int
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
jsonrpc String
final
reportData Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited