blob: 7960b73cde2537d6d2f88029257cce88ccc38073 [file] [log] [blame] [view]
# 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) &#8594; 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) &#8594; 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) &#8594; 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>_