$pop property

Set<DbQueryField>? $pop
final

删除数组中的第一个或最后一个元素,-1表示第一个,1表示最后一个

Implementation

final Set<DbQueryField>? $pop;