| |
| |
| |
| # ChannelReaderError class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [ChannelReaderError](../zircon/ChannelReaderError/ChannelReaderError.md) (Object error, StackTrace stacktrace) |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [error](../zircon/ChannelReaderError/error.md) → Object |
| |
| |
| |
| |
| _final_ |
| |
| |
| |
| ##### [hashCode](../zircon/ChannelReaderError/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _read-only, inherited_ |
| |
| |
| |
| ##### [runtimeType](../zircon/ChannelReaderError/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _read-only, inherited_ |
| |
| |
| |
| ##### [stacktrace](../zircon/ChannelReaderError/stacktrace.md) → StackTrace |
| |
| |
| |
| |
| _final_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../zircon/ChannelReaderError/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _inherited_ |
| |
| |
| |
| ##### [toString](../zircon/ChannelReaderError/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _override_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../zircon/ChannelReaderError/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _inherited_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |