RoomRejectedDialOutRequestOptions constructor

RoomRejectedDialOutRequestOptions([
  1. void b(
    1. RoomRejectedDialOutRequestOptionsBuilder
    )?
])

Creates a new RoomRejectedDialOutRequestOptions object using the builder pattern.

Implementation

factory RoomRejectedDialOutRequestOptions([void Function(RoomRejectedDialOutRequestOptionsBuilder)? b]) =
    _$RoomRejectedDialOutRequestOptions;