| |
| |
| |
| # WriteResult class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [WriteResult](../zircon/WriteResult/WriteResult.md) (int status, [int _numBytes]) |
| |
| _const_ |
| |
| |
| ## Properties |
| |
| ##### [hashCode](../zircon/WriteResult/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [numBytes](../zircon/WriteResult/numBytes.md) → int |
| |
| |
| |
| |
| _<span class="feature read-only">read-only</span>_ |
| |
| |
| |
| ##### [runtimeType](../zircon/WriteResult/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>_ |
| |
| |
| |
| ##### [status](../zircon/WriteResult/status.md) → int |
| |
| |
| |
| |
| _<span class="feature final">final</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../zircon/WriteResult/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [toString](../zircon/WriteResult/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature override">override</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../zircon/WriteResult/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |