isSetter 属性

bool isSetter

判断调用是否为设置器调用。

如果是,positionalArguments 精确有一个位置参数,namedArguments 为空,typeArguments 为空。

实现

bool get isSetter;