avatars property

@doc Avatar configuration for user and AI.

Implementation

@$pb.TagNumber(10)
FFGenUIChatAvatarConfig get avatars => $_getN(8);
  1. @TagNumber(10)
set avatars (FFGenUIChatAvatarConfig value)

Implementation

@$pb.TagNumber(10)
set avatars(FFGenUIChatAvatarConfig value) => $_setField(10, value);