判断调用是否为设置器调用。
如果是,positionalArguments 精确有一个位置参数,namedArguments 为空,typeArguments 为空。
bool get isSetter;