RoomRejectedDialOutRequestResponseApplicationJson constructor

RoomRejectedDialOutRequestResponseApplicationJson([
  1. void b(
    1. RoomRejectedDialOutRequestResponseApplicationJsonBuilder
    )?
])

Creates a new RoomRejectedDialOutRequestResponseApplicationJson object using the builder pattern.

Implementation

factory RoomRejectedDialOutRequestResponseApplicationJson([
  void Function(RoomRejectedDialOutRequestResponseApplicationJsonBuilder)? b,
]) = _$RoomRejectedDialOutRequestResponseApplicationJson;