| |
| |
| |
| # SocketReaderError class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| **Inheritance** |
| |
| - Object |
| - Error |
| - SocketReaderError |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [SocketReaderError](../zircon/SocketReaderError/SocketReaderError.md) (Object error, StackTrace stacktrace) |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [error](../zircon/SocketReaderError/error.md) → Object |
| |
| |
| |
| |
| _<span class="feature">final</span>_ |
| |
| |
| |
| ##### [hashCode](../zircon/SocketReaderError/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [runtimeType](../zircon/SocketReaderError/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [stackTrace](../zircon/SocketReaderError/stackTrace.md) → StackTrace |
| |
| |
| |
| The stack trace at the point where this error was first thrown. |
| _<span class="feature">read-only</span><span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [stacktrace](../zircon/SocketReaderError/stacktrace.md) → StackTrace |
| |
| |
| |
| |
| _<span class="feature">final</span>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../zircon/SocketReaderError/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| ##### [toString](../zircon/SocketReaderError/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature">override</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../zircon/SocketReaderError/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |