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