OfferCreateFlagInterface class
Constructors
- OfferCreateFlagInterface({required bool TF_PASSIVE, required bool TF_IMMEDIATE_OR_CANCEL, required bool TF_FILL_OR_KILL, required bool TF_SELL})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- TF_FILL_OR_KILL → bool
-
final
- TF_IMMEDIATE_OR_CANCEL → bool
-
final
- TF_PASSIVE → bool
-
final
- TF_SELL → bool
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited