isUncheckedList method

bool isUncheckedList()

Implementation

bool isUncheckedList() {
  return attributes.list == ListType.unchecked;
}