| |
| |
| |
| # ByteDataProperty class |
| |
| |
| |
| |
| |
| |
| *[<Null safety>](https://dart.dev/null-safety)* |
| |
| |
| |
| <p>A <code>Property</code> holding a <code>ByteData</code>.</p> |
| <p>Only <a href="../package-fuchsia_inspect_inspect/Node/byteDataProperty.md">Node.byteDataProperty()</a> can create this object.</p> |
| |
| |
| |
| |
| ## Constructors |
| |
| [ByteDataProperty.deleted](../package-fuchsia_inspect_inspect/ByteDataProperty/ByteDataProperty.deleted.md) () |
| |
| Creates a <a href="../package-fuchsia_inspect_inspect/ByteDataProperty-class.md">ByteDataProperty</a> that does nothing. |
| |
| |
| ## Properties |
| |
| ##### [hashCode](../package-fuchsia_inspect_inspect/ByteDataProperty/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [runtimeType](../package-fuchsia_inspect_inspect/ByteDataProperty/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [valid](../package-fuchsia_inspect_inspect/ByteDataProperty/valid.md) → bool |
| |
| |
| |
| Returns true only if this <code>Property</code> is present in underlying storage. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [delete](../package-fuchsia_inspect_inspect/ByteDataProperty/delete.md)() void |
| |
| |
| |
| Deletes this <code>Property</code> from underlying storage. |
| Calls on a deleted <code>Property</code> have no effect and do not result in an |
| error. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [noSuchMethod](../package-fuchsia_inspect_inspect/ByteDataProperty/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [setValue](../package-fuchsia_inspect_inspect/ByteDataProperty/setValue.md)(ByteData value) void |
| |
| |
| |
| Sets the value of this <code>Property</code>. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [toString](../package-fuchsia_inspect_inspect/ByteDataProperty/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fuchsia_inspect_inspect/ByteDataProperty/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |