| |
| |
| |
| # VmoSharingMode enum |
| |
| |
| |
| |
| *[<Null safety>](https://dart.dev/null-safety)* |
| |
| |
| |
| <p>Specifies how a VMO wrapped by <a href="../package-fuchsia_vfs_vfs/VmoFile-class.md">VmoFile</a> may be shared.</p> |
| |
| |
| |
| **Inheritance** |
| |
| - Object |
| - Enum |
| - VmoSharingMode |
| |
| |
| |
| |
| |
| |
| ## Constructors |
| |
| [VmoSharingMode](../package-fuchsia_vfs_vfs/VmoSharingMode/VmoSharingMode.md) () |
| |
| _const_ |
| |
| |
| ## Values |
| |
| ##### [noSharing](../package-fuchsia_vfs_vfs/VmoSharingMode.md) const [VmoSharingMode](../package-fuchsia_vfs_vfs/VmoSharingMode.md) |
| |
| |
| |
| <p>The VMO may not be shared, the VMO file appears as a regular file.</p> |
| |
| |
| |
| |
| ##### [shareDuplicate](../package-fuchsia_vfs_vfs/VmoSharingMode.md) const [VmoSharingMode](../package-fuchsia_vfs_vfs/VmoSharingMode.md) |
| |
| |
| |
| <p>A duplicate of the VMO is shared.</p> |
| |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [hashCode](../package-fuchsia_vfs_vfs/VmoSharingMode/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [index](../package-fuchsia_vfs_vfs/VmoSharingMode/index.md) → int |
| |
| |
| |
| A numeric identifier for the enumerated value. |
| _<span class="feature read-only">read-only</span><span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [runtimeType](../package-fuchsia_vfs_vfs/VmoSharingMode/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-fuchsia_vfs_vfs/VmoSharingMode/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| ##### [toString](../package-fuchsia_vfs_vfs/VmoSharingMode/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fuchsia_vfs_vfs/VmoSharingMode/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _<span class="feature inherited">inherited</span>_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| ## Constants |
| |
| ##### [values](../package-fuchsia_vfs_vfs/VmoSharingMode/values-constant.md) const List<[VmoSharingMode](../package-fuchsia_vfs_vfs/VmoSharingMode.md)> |
| |
| |
| |
| A constant List of the values in this enum, in order of their declaration. |
| |
| |
| |
| |
| |
| |
| |
| |
| |