isBulletList method

bool isBulletList()

Implementation

bool isBulletList() {
  return attributes.list == ListType.bullet;
}