blob: b4e4ab32002ec22658fb4cf584f75b39e3c1ca49 [file] [log] [blame] [view]
# 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) &#8594; 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) &#8594; 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) &#8594; 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&lt;[VmoSharingMode](../package-fuchsia_vfs_vfs/VmoSharingMode.md)>
A constant List of the values in this enum, in order of their declaration.