pa static method

List pa(
  1. Map map
)

获取 postion 参数

Implementation

static List pa(Map map) {
  return _getParameters(map, false);
}