print method
void
print()
打印列表
Implementation
void print() {
// debugPrint("List value is => [${this.join(",")}]");
// removeLast()
}
打印列表
void print() {
// debugPrint("List value is => [${this.join(",")}]");
// removeLast()
}