blob: aef98d724a293ea0dc6dbedfb1c491a3708594c0 [file] [log] [blame] [view] [edit]
# DiagnosticsData<METADATA> class
*[<Null safety>](https://dart.dev/null-safety)*
<p>Diagnostic data returned by the reader.</p>
<p>Most data from the component will be found in the <a href="../package-fuchsia_inspect_reader/DiagnosticsData/payload.md">payload</a>.</p>
## Constructors
[DiagnosticsData](../package-fuchsia_inspect_reader/DiagnosticsData/DiagnosticsData.md) ({required dynamic dataType, required METADATA metadata, required String moniker, required Map&lt;String, dynamic> payload, required int version})
## Properties
##### [dataType](../package-fuchsia_inspect_reader/DiagnosticsData/dataType.md) &#8594; dynamic
_<span class="feature">final</span>_
##### [hashCode](../package-fuchsia_inspect_reader/DiagnosticsData/hashCode.md) &#8594; int
The hash code for this object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [metadata](../package-fuchsia_inspect_reader/DiagnosticsData/metadata.md) &#8594; METADATA
_<span class="feature">final</span>_
##### [moniker](../package-fuchsia_inspect_reader/DiagnosticsData/moniker.md) &#8594; String
_<span class="feature">final</span>_
##### [payload](../package-fuchsia_inspect_reader/DiagnosticsData/payload.md) &#8594; Map&lt;String, dynamic>
_<span class="feature">final</span>_
##### [runtimeType](../package-fuchsia_inspect_reader/DiagnosticsData/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [version](../package-fuchsia_inspect_reader/DiagnosticsData/version.md) &#8594; int
_<span class="feature">final</span>_
## Methods
##### [noSuchMethod](../package-fuchsia_inspect_reader/DiagnosticsData/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature">inherited</span>_
##### [toString](../package-fuchsia_inspect_reader/DiagnosticsData/toString.md)() String
A string representation of this object.
_<span class="feature">override</span>_
## Operators
##### [operator ==](../package-fuchsia_inspect_reader/DiagnosticsData/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature">inherited</span>_