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