na static method

List na(
  1. Map map
)

获取 named 参数

Implementation

static List na(Map map) {
  return _getParameters(map, true);
}