showAvatars property

  1. @TagNumber(1)
bool get showAvatars

@doc Whether to show avatars.

Implementation

@$pb.TagNumber(1)
$core.bool get showAvatars => $_getBF(0);
  1. @TagNumber(1)
set showAvatars (bool value)

Implementation

@$pb.TagNumber(1)
set showAvatars($core.bool value) => $_setBool(0, value);