conversationProfile property

  1. @TagNumber(1)
ConversationProfile conversationProfile

Implementation

@$pb.TagNumber(1)
ConversationProfile get conversationProfile => $_getN(0);
  1. @TagNumber(1)
void conversationProfile=(ConversationProfile v)

Implementation

@$pb.TagNumber(1)
set conversationProfile(ConversationProfile v) {
  setField(1, v);
}