commentsCount method

int commentsCount()

How many comments does this item have

Implementation

int commentsCount() {
  var tmp0 = 0;
  tmp0 = _box.borrow();
  final tmp1 = _api._commentsManagerCommentsCount(tmp0);
  final tmp3 = tmp1;
  final tmp2 = tmp3;
  return tmp2;
}