blob: 917be0b57631119cac8f647b7b8166652ecf863a [file] [log] [blame] [view]
# CallStrictness enum
**Inheritance**
- Object
- Enum
- CallStrictness
## Constructors
[CallStrictness](../package-fidl_fidl/CallStrictness/CallStrictness.md) ()
_const_
## Values
##### [strict](../package-fidl_fidl/CallStrictness.md) const [CallStrictness](../package-fidl_fidl/CallStrictness.md)
##### [flexible](../package-fidl_fidl/CallStrictness.md) const [CallStrictness](../package-fidl_fidl/CallStrictness.md)
## Properties
##### [hashCode](../package-fidl_fidl/CallStrictness/hashCode.md) → int
The hash code for this object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [index](../package-fidl_fidl/CallStrictness/index.md) &#8594; int
A numeric identifier for the enumerated value.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
##### [runtimeType](../package-fidl_fidl/CallStrictness/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_<span class="feature">read-only</span><span class="feature">inherited</span>_
## Methods
##### [noSuchMethod](../package-fidl_fidl/CallStrictness/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_<span class="feature">inherited</span>_
##### [toString](../package-fidl_fidl/CallStrictness/toString.md)() String
A string representation of this object.
_<span class="feature">inherited</span>_
## Operators
##### [operator ==](../package-fidl_fidl/CallStrictness/operator_equals.md)(Object other) bool
The equality operator.
_<span class="feature">inherited</span>_
## Constants
##### [values](../package-fidl_fidl/CallStrictness/values-constant.md) const List&lt;[CallStrictness](../package-fidl_fidl/CallStrictness.md)>
A constant List of the values in this enum, in order of their declaration.