| |
| |
| |
| # DiagnosticsConfiguration<METADATA> class |
| |
| |
| |
| |
| |
| |
| *[<Null safety>](https://dart.dev/null-safety)* |
| |
| |
| |
| <p>A configuration specifying what type of data the reader should return.</p> |
| |
| |
| |
| |
| |
| |
| **Implementers** |
| |
| - [InspectConfiguration](../package-fuchsia_inspect_reader/InspectConfiguration-class.md) |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [DiagnosticsConfiguration](../package-fuchsia_inspect_reader/DiagnosticsConfiguration/DiagnosticsConfiguration.md) () |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [dataType](../package-fuchsia_inspect_reader/DiagnosticsConfiguration/dataType.md) → dynamic |
| |
| |
| |
| |
| _<span class="feature read-only">read-only</span>_ |
| |
| |
| |
| ##### [hashCode](../package-fuchsia_inspect_reader/DiagnosticsConfiguration/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [runtimeType](../package-fuchsia_inspect_reader/DiagnosticsConfiguration/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [buildMetadata](../package-fuchsia_inspect_reader/DiagnosticsConfiguration/buildMetadata.md)(Map<String, dynamic>? metadataSource) METADATA |
| |
| |
| |
| |
| |
| |
| |
| |
| ##### [noSuchMethod](../package-fuchsia_inspect_reader/DiagnosticsConfiguration/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [toString](../package-fuchsia_inspect_reader/DiagnosticsConfiguration/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fuchsia_inspect_reader/DiagnosticsConfiguration/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |