| |
| |
| |
| # Service class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <p>Representation of a service that all <code>T</code> implementations should extend from.</p> |
| |
| |
| |
| |
| ## Constructors |
| |
| [Service](../package-fidl_fidl/Service/Service.md) () |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [$serviceData](../package-fidl_fidl/Service/$serviceData.md) → [ServiceData](../package-fidl_fidl/ServiceData-class.md) |
| |
| |
| |
| Getter for the <a href="../package-fidl_fidl/ServiceData-class.md">ServiceData</a> |
| _<span class="feature read-only">read-only</span>_ |
| |
| |
| |
| ##### [hashCode](../package-fidl_fidl/Service/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [runtimeType](../package-fidl_fidl/Service/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>_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../package-fidl_fidl/Service/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [toString](../package-fidl_fidl/Service/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fidl_fidl/Service/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |