isSetter 属性

bool isSetter

是否是setter调用。

如果是,positionalArguments 有且只有一个位置参数,namedArguments 为空,typeArguments 也为空。

实现

bool get isSetter;