maxPrintLength property

int get maxPrintLength

打印链表时限制最大长度

Implementation

int get maxPrintLength => 100;