RoomSetNotificationLevelResponseApplicationJson constructor

RoomSetNotificationLevelResponseApplicationJson([
  1. void b(
    1. RoomSetNotificationLevelResponseApplicationJsonBuilder
    )?
])

Creates a new RoomSetNotificationLevelResponseApplicationJson object using the builder pattern.

Implementation

factory RoomSetNotificationLevelResponseApplicationJson([
  void Function(RoomSetNotificationLevelResponseApplicationJsonBuilder)? b,
]) = _$RoomSetNotificationLevelResponseApplicationJson;