BeforeOpenValidate constructor

BeforeOpenValidate(
  1. bool validate(),
  2. String errorText
)

构造函数

Implementation

BeforeOpenValidate(this.validate, this.errorText);