WaitForConditions constructor
WaitForConditions({
- required String inboxId,
- int? count,
- int? delayTimeout,
- required int timeout,
- bool? unreadOnly,
- WaitForConditionsCountTypeEnum? countType,
- List<
MatchOption> ? matches = const [], - WaitForConditionsSortDirectionEnum? sortDirection,
- DateTime? since,
- DateTime? before,
Returns a new WaitForConditions instance.
Implementation
WaitForConditions({
required this.inboxId,
this.count,
this.delayTimeout,
required this.timeout,
this.unreadOnly,
this.countType,
this.matches = const [],
this.sortDirection,
this.since,
this.before,
});