blob: 2e7ec7e83cf75f49cf040691a13b872820770f15 [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.
_read-only, inherited_
##### [index](../package-fidl_fidl/CallStrictness/index.md) → int
A numeric identifier for the enumerated value.
_read-only, inherited_
##### [runtimeType](../package-fidl_fidl/CallStrictness/runtimeType.md) → Type
A representation of the runtime type of the object.
_read-only, inherited_
## Methods
##### [noSuchMethod](../package-fidl_fidl/CallStrictness/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_inherited_
##### [toString](../package-fidl_fidl/CallStrictness/toString.md)() String
A string representation of this object.
_inherited_
## Operators
##### [operator ==](../package-fidl_fidl/CallStrictness/operator_equals.md)(Object other) bool
The equality operator.
_inherited_
## Constants
##### [values](../package-fidl_fidl/CallStrictness/values-constant.md) const List<[CallStrictness](../package-fidl_fidl/CallStrictness.md)>
A constant List of the values in this enum, in order of their declaration.