userThemeCount property

  1. @TagNumber.new(3)
int get userThemeCount

Implementation

@$pb.TagNumber(3)
$core.int get userThemeCount => $_getIZ(2);
  1. @TagNumber.new(3)
set userThemeCount (int v)

Implementation

@$pb.TagNumber(3)
set userThemeCount($core.int v) { $_setSignedInt32(2, v); }