RoomGetNoteToSelfConversationResponseApplicationJson constructor

RoomGetNoteToSelfConversationResponseApplicationJson([
  1. void b(
    1. RoomGetNoteToSelfConversationResponseApplicationJsonBuilder
    )?
])

Creates a new RoomGetNoteToSelfConversationResponseApplicationJson object using the builder pattern.

Implementation

factory RoomGetNoteToSelfConversationResponseApplicationJson([
  void Function(RoomGetNoteToSelfConversationResponseApplicationJsonBuilder)? b,
]) = _$RoomGetNoteToSelfConversationResponseApplicationJson;