List<Parameter> get namedParameters => parameters.where((e) => e.location == ParameterType.named).toList();