BlocxIntegerLessThanFieldValidator<F extends BlocxBaseFormEntity<F, E>, E extends Enum> constructor

const BlocxIntegerLessThanFieldValidator<F extends BlocxBaseFormEntity<F, E>, E extends Enum>(
  1. E otherKey,
  2. String otherFieldName
)

Implementation

const BlocxIntegerLessThanFieldValidator(this.otherKey, this.otherFieldName);