print method

void print()

打印列表

Implementation

void print() {
  // debugPrint("List value is => [${this.join(",")}]");
  // removeLast()
}