RoomSetLobbyResponseApplicationJson constructor

RoomSetLobbyResponseApplicationJson([
  1. void b(
    1. RoomSetLobbyResponseApplicationJsonBuilder
    )?
])

Creates a new RoomSetLobbyResponseApplicationJson object using the builder pattern.

Implementation

factory RoomSetLobbyResponseApplicationJson([void Function(RoomSetLobbyResponseApplicationJsonBuilder)? b]) =
    _$RoomSetLobbyResponseApplicationJson;