aiBubbleStyling property

  1. @TagNumber(13)
FFGenUIChatBubbleStyling get aiBubbleStyling

@doc AI message bubble styling.

Implementation

@$pb.TagNumber(13)
FFGenUIChatBubbleStyling get aiBubbleStyling => $_getN(11);
  1. @TagNumber(13)
set aiBubbleStyling (FFGenUIChatBubbleStyling value)

Implementation

@$pb.TagNumber(13)
set aiBubbleStyling(FFGenUIChatBubbleStyling value) => $_setField(13, value);