WaitForSmsConditions constructor
WaitForSmsConditions({
- required String phoneNumberId,
- int? limit,
- required int count,
- int? delayTimeout,
- required int timeout,
- bool? unreadOnly,
- WaitForSmsConditionsCountTypeEnum? countType,
- List<
SmsMatchOption> ? matches = const [], - WaitForSmsConditionsSortDirectionEnum? sortDirection,
- DateTime? since,
- DateTime? before,
Returns a new WaitForSmsConditions instance.
Implementation
WaitForSmsConditions({
required this.phoneNumberId,
this.limit,
required this.count,
this.delayTimeout,
required this.timeout,
this.unreadOnly,
this.countType,
this.matches = const [],
this.sortDirection,
this.since,
this.before,
});