| |
| |
| |
| # InspectMetadata class |
| |
| |
| |
| |
| |
| |
| *[<Null safety>](https://dart.dev/null-safety)* |
| |
| |
| |
| <p>Metadata returned for a <code>DataType.inspect</code> request.</p> |
| |
| |
| |
| |
| ## Constructors |
| |
| [InspectMetadata](../package-fuchsia_inspect_reader/InspectMetadata/InspectMetadata.md) ({required List<String> errors, required String filename, required String componentUrl, required int timeStamp}) |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [componentUrl](../package-fuchsia_inspect_reader/InspectMetadata/componentUrl.md) ↔ String |
| |
| |
| |
| |
| _<span class="feature read / write">read / write</span>_ |
| |
| |
| |
| ##### [errors](../package-fuchsia_inspect_reader/InspectMetadata/errors.md) ↔ List<String> |
| |
| |
| |
| |
| _<span class="feature read / write">read / write</span>_ |
| |
| |
| |
| ##### [filename](../package-fuchsia_inspect_reader/InspectMetadata/filename.md) ↔ String |
| |
| |
| |
| |
| _<span class="feature read / write">read / write</span>_ |
| |
| |
| |
| ##### [hashCode](../package-fuchsia_inspect_reader/InspectMetadata/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/InspectMetadata/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>_ |
| |
| |
| |
| ##### [timeStamp](../package-fuchsia_inspect_reader/InspectMetadata/timeStamp.md) ↔ int |
| |
| |
| |
| |
| _<span class="feature read / write">read / write</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../package-fuchsia_inspect_reader/InspectMetadata/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/InspectMetadata/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature override">override</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fuchsia_inspect_reader/InspectMetadata/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |