popLast method

void popLast()

从该数组字段中移除最后一个成员

Implementation

void popLast() => $pop(1);