*[<Null safety>](https://dart.dev/null-safety)*
Diagnostic data returned by the reader.
Most data from the component will be found in the payload.
Constructors
DiagnosticsData ({required dynamic dataType, required METADATA metadata, required String moniker, required Map<String, dynamic> payload, required int version})
Properties
dataType → dynamic
final
hashCode → int
The hash code for this object.
read-only, inherited
metadata → METADATA
final
moniker → String
final
payload → Map<String, dynamic>
final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
version → int
final
Methods
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
Operators
operator ==(Object other) bool
The equality operator.
inherited