Options class

Constructors

Options({bool force = false, bool cloneData = false, bool expectResponse = false, int? ackTimeout, bool noTimeout = false})
const

Properties

ackTimeout int?
final
cloneData bool
final
expectResponse bool
final
force bool
final
hashCode int
The hash code for this object.
no setterinherited
noTimeout bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? force, bool? cloneData, bool? expectResponse, int? ackTimeout, bool? noTimeout}) Options
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