validateFirst property

bool? validateFirst
final

当某一规则校验不通过时,是否停止剩下的规则的校验。设置 parallel 时会并行校验

Implementation

final bool? validateFirst;